Html Css Color HEX #7FC02B Lima

📋 copy color: '#7FC02B'

red 127 ◦ green 192 ◦ blue 43

#7FC02B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lima #7FC02B

Tints of Lima #7FC02B

RGB

 RED value IS 127 (50% from 255) = 35.08%

 GREEN value IS 192 (75.39% from 255) = 53.04%

 BLUE value IS 43 (17.19% from 255) = 11.88%

R = 35.08%
G = 53.04%
B = 11.88%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.78

 K value IS 0.25

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#7FC02B (or 0x7FC02B) is known color: Lima. HEX triplet: 7F, C0 and 2B. RGB value is (127,192,43). Sum of RGB (Red+Green+Blue) = 127+192+43=362 (47% of max value = 765). Red value is 127 (50% from 255 or 35.08% from 362); Green value is 192 (75.39% from 255 or 53.04% from 362); Blue value is 43 (17.19% from 255 or 11.88% from 362); Max value from RGB is 192 - color contains mainly: green. Hex color #7FC02B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FC02B is #803FD4. Grayscale: #9C9C9C. Windows color (decimal): -8404949 or 2867327. OLE color: 2867327.

HSL color Cylindrical-coordinate representation of color #7FC02B: hue angle of 86.17º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7FC02B is Cyan = 0.34, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.25.

Color convert

RGB 127 192 43 -
CMYK 0.34 0 0.78 0.25
HSL 86.17º 0.63% 0.46% -
HSV(B) 86.17º 0.78% 0.75% -
XYZ 28.04 42.39 8.99 -
YUV 155.58 64.47 107.62 -
System Red Green Blue C M Y K H S L
Decimal 127 192 43 0.34 0 0.78 0.25 86.17 0.63 0.46
Hex 7F C0 2B 22 0 4E 19 56 3F 2E
Octal 177 300 53 42 0 116 31 126 77 56
Binary 1111111 11000000 101011 100010 0 1001110 11001 1010110 111111 101110

Color Harmonies of #7FC02B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FC02B

Black with #7FC02B

Text Example


Text Example

White with #7FC02B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7FC02B; }

 p { color: rgb(127,192,43); }

 H1.HeaderClassName
 {
   color: #7FC02B;
 }
 .AnyTagClassName
 {
   color: #7FC02B;
 }
</style>

background-color css

<style>
 a { background-color: #7FC02B; }

 a { background-color: rgb(127,192,43); }

 div.DivClassName
 {
   background-color: #7FC02B;
 }
 .BgClassName
 {
   background-color: #7FC02B;
 }
</style>

border-color css

<style>
 span { border-color: #7FC02B; }

 span { border-color: rgb(127,192,43); }

 td.TdClassName
 {
   border-color: #7FC02B;
 }
 .TagClassName
 {
   border-color: #7FC02B;
 }
</style>