Html Css Color HEX #7FC220 Lima

📋 copy color: '#7FC220'

red 127 ◦ green 194 ◦ blue 32

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

Shades of Lima #7FC220

Tints of Lima #7FC220

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 9.07%

R = 35.98%
G = 54.96%
B = 9.07%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#7FC220 (or 0x7FC220) is known color: Lima. HEX triplet: 7F, C2 and 20. RGB value is (127,194,32). Sum of RGB (Red+Green+Blue) = 127+194+32=353 (46% of max value = 765). Red value is 127 (50% from 255 or 35.98% from 353); Green value is 194 (76.17% from 255 or 54.96% from 353); Blue value is 32 (12.89% from 255 or 9.07% from 353); Max value from RGB is 194 - color contains mainly: green. Hex color #7FC220 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FC220 is #803DDF. Grayscale: #9C9C9C. Windows color (decimal): -8404448 or 2146943. OLE color: 2146943.

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

Color convert

RGB 127 194 32 -
CMYK 0.35 0 0.84 0.24
HSL 84.81º 0.72% 0.44% -
HSV(B) 84.81º 0.84% 0.76% -
XYZ 28.3 43.2 8.21 -
YUV 155.5 58.3 107.67 -
System Red Green Blue C M Y K H S L
Decimal 127 194 32 0.35 0 0.84 0.24 84.81 0.72 0.44
Hex 7F C2 20 23 0 54 18 55 48 2C
Octal 177 302 40 43 0 124 30 125 110 54
Binary 1111111 11000010 100000 100011 0 1010100 11000 1010101 1001000 101100

Color Harmonies of #7FC220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FC220

Black with #7FC220

Text Example


Text Example

White with #7FC220

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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