Html Css Color HEX #7FC32C Lima

📋 copy color: '#7FC32C'

red 127 ◦ green 195 ◦ blue 44

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

Shades of Lima #7FC32C

Tints of Lima #7FC32C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 12.02%

R = 34.7%
G = 53.28%
B = 12.02%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.77

 K value IS 0.24

RGB Variations

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

Color information

#7FC32C (or 0x7FC32C) is known color: Lima. HEX triplet: 7F, C3 and 2C. RGB value is (127,195,44). Sum of RGB (Red+Green+Blue) = 127+195+44=366 (48% of max value = 765). Red value is 127 (50% from 255 or 34.70% from 366); Green value is 195 (76.56% from 255 or 53.28% from 366); Blue value is 44 (17.58% from 255 or 12.02% from 366); Max value from RGB is 195 - color contains mainly: green. Hex color #7FC32C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FC32C is #803CD3. Grayscale: #9D9D9D. Windows color (decimal): -8404180 or 2933631. OLE color: 2933631.

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

Color convert

RGB 127 195 44 -
CMYK 0.35 0 0.77 0.24
HSL 87.02º 0.63% 0.47% -
HSV(B) 87.02º 0.77% 0.76% -
XYZ 28.72 43.72 9.31 -
YUV 157.45 63.97 106.28 -
System Red Green Blue C M Y K H S L
Decimal 127 195 44 0.35 0 0.77 0.24 87.02 0.63 0.47
Hex 7F C3 2C 23 0 4D 18 57 3F 2F
Octal 177 303 54 43 0 115 30 127 77 57
Binary 1111111 11000011 101100 100011 0 1001101 11000 1010111 111111 101111

Color Harmonies of #7FC32C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FC32C

Black with #7FC32C

Text Example


Text Example

White with #7FC32C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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