Html Css Color HEX #7FC02A Lima

📋 copy color: '#7FC02A'

red 127 ◦ green 192 ◦ blue 42

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

Shades of Lima #7FC02A

Tints of Lima #7FC02A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 11.63%

R = 35.18%
G = 53.19%
B = 11.63%

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

#7FC02A (or 0x7FC02A) is known color: Lima. HEX triplet: 7F, C0 and 2A. RGB value is (127,192,42). Sum of RGB (Red+Green+Blue) = 127+192+42=361 (47% of max value = 765). Red value is 127 (50% from 255 or 35.18% from 361); Green value is 192 (75.39% from 255 or 53.19% from 361); Blue value is 42 (16.80% from 255 or 11.63% from 361); Max value from RGB is 192 - color contains mainly: green. Hex color #7FC02A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FC02A is #803FD5. Grayscale: #9C9C9C. Windows color (decimal): -8404950 or 2801791. OLE color: 2801791.

HSL color Cylindrical-coordinate representation of color #7FC02A: hue angle of 86º degrees, saturation: 0.64, 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 #7FC02A is Cyan = 0.34, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.25.

Color convert

RGB 127 192 42 -
CMYK 0.34 0 0.78 0.25
HSL 86º 0.64% 0.46% -
HSV(B) 86º 0.78% 0.75% -
XYZ 28.02 42.38 8.89 -
YUV 155.47 63.97 107.7 -
System Red Green Blue C M Y K H S L
Decimal 127 192 42 0.34 0 0.78 0.25 86 0.64 0.46
Hex 7F C0 2A 22 0 4E 19 56 40 2E
Octal 177 300 52 42 0 116 31 126 100 56
Binary 1111111 11000000 101010 100010 0 1001110 11001 1010110 1000000 101110

Color Harmonies of #7FC02A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FC02A

Black with #7FC02A

Text Example


Text Example

White with #7FC02A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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