Html Css Color HEX #7FC304 Lima

📋 copy color: '#7FC304'

red 127 ◦ green 195 ◦ blue 4

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

Shades of Lima #7FC304

Tints of Lima #7FC304

RGB

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

 GREEN value IS 195 (76.56% from 255) = 59.82%

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

R = 38.96%
G = 59.82%
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

#7FC304 (or 0x7FC304) is known color: Lima. HEX triplet: 7F, C3 and 04. RGB value is (127,195,4). Sum of RGB (Red+Green+Blue) = 127+195+4=326 (43% of max value = 765). Red value is 127 (50% from 255 or 38.96% from 326); Green value is 195 (76.56% from 255 or 59.82% from 326); Blue value is 4 (1.95% from 255 or 1.23% from 326); Max value from RGB is 195 - color contains mainly: green. Hex color #7FC304 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7FC304 is #803CFB. Grayscale: #999999. Windows color (decimal): -8404220 or 312191. OLE color: 312191.

HSL color Cylindrical-coordinate representation of color #7FC304: hue angle of 81.36º 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 #7FC304 is Cyan = 0.35, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.24.

Color convert

RGB 127 195 4 -
CMYK 0.35 0 0.98 0.24
HSL 81.36º 0.96% 0.39% -
HSV(B) 81.36º 0.98% 0.76% -
XYZ 28.29 43.55 7.03 -
YUV 152.89 43.97 109.53 -
System Red Green Blue C M Y K H S L
Decimal 127 195 4 0.35 0 0.98 0.24 81.36 0.96 0.39
Hex 7F C3 4 23 0 62 18 51 60 27
Octal 177 303 4 43 0 142 30 121 140 47
Binary 1111111 11000011 100 100011 0 1100010 11000 1010001 1100000 100111

Color Harmonies of #7FC304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FC304

Black with #7FC304

Text Example


Text Example

White with #7FC304

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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