Html Css Color HEX #7FC204 Lima

📋 copy color: '#7FC204'

red 127 ◦ green 194 ◦ blue 4

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

Shades of Lima #7FC204

Tints of Lima #7FC204

RGB

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

 GREEN value IS 194 (76.17% from 255) = 59.69%

 BLUE value IS 4 (1.95% from 255) = 1.23%

R = 39.08%
G = 59.69%
B = 1.23%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.98

 K value IS 0.24

RGB Variations

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

Color information

#7FC204 (or 0x7FC204) is known color: Lima. HEX triplet: 7F, C2 and 04. RGB value is (127,194,4). Sum of RGB (Red+Green+Blue) = 127+194+4=325 (43% of max value = 765). Red value is 127 (50% from 255 or 39.08% from 325); Green value is 194 (76.17% from 255 or 59.69% from 325); Blue value is 4 (1.95% from 255 or 1.23% from 325); Max value from RGB is 194 - color contains mainly: green. Hex color #7FC204 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7FC204 is #803DFB. Grayscale: #999999. Windows color (decimal): -8404476 or 311935. OLE color: 311935.

HSL color Cylindrical-coordinate representation of color #7FC204: hue angle of 81.16º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7FC204 is Cyan = 0.35, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.24.

Color convert

RGB 127 194 4 -
CMYK 0.35 0 0.98 0.24
HSL 81.16º 0.96% 0.39% -
HSV(B) 81.16º 0.98% 0.76% -
XYZ 28.07 43.1 6.96 -
YUV 152.31 44.3 109.95 -
System Red Green Blue C M Y K H S L
Decimal 127 194 4 0.35 0 0.98 0.24 81.16 0.96 0.39
Hex 7F C2 4 23 0 62 18 51 60 27
Octal 177 302 4 43 0 142 30 121 140 47
Binary 1111111 11000010 100 100011 0 1100010 11000 1010001 1100000 100111

Color Harmonies of #7FC204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FC204

Black with #7FC204

Text Example


Text Example

White with #7FC204

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,194,4); }

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

background-color css

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

 a { background-color: rgb(127,194,4); }

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

border-color css

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

 span { border-color: rgb(127,194,4); }

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