Html Css Color HEX #7FC224 Lima

📋 copy color: '#7FC224'

red 127 ◦ green 194 ◦ blue 36

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

Shades of Lima #7FC224

Tints of Lima #7FC224

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 10.08%

R = 35.57%
G = 54.34%
B = 10.08%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.81

 K value IS 0.24

RGB Variations

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

Color information

#7FC224 (or 0x7FC224) is known color: Lima. HEX triplet: 7F, C2 and 24. RGB value is (127,194,36). Sum of RGB (Red+Green+Blue) = 127+194+36=357 (47% of max value = 765). Red value is 127 (50% from 255 or 35.57% from 357); Green value is 194 (76.17% from 255 or 54.34% from 357); Blue value is 36 (14.45% from 255 or 10.08% from 357); Max value from RGB is 194 - color contains mainly: green. Hex color #7FC224 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FC224 is #803DDB. Grayscale: #9C9C9C. Windows color (decimal): -8404444 or 2409087. OLE color: 2409087.

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

Color convert

RGB 127 194 36 -
CMYK 0.35 0 0.81 0.24
HSL 85.44º 0.69% 0.45% -
HSV(B) 85.44º 0.81% 0.76% -
XYZ 28.36 43.22 8.52 -
YUV 155.96 60.3 107.35 -
System Red Green Blue C M Y K H S L
Decimal 127 194 36 0.35 0 0.81 0.24 85.44 0.69 0.45
Hex 7F C2 24 23 0 51 18 55 45 2D
Octal 177 302 44 43 0 121 30 125 105 55
Binary 1111111 11000010 100100 100011 0 1010001 11000 1010101 1000101 101101

Color Harmonies of #7FC224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FC224

Black with #7FC224

Text Example


Text Example

White with #7FC224

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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