Html Css Color HEX #7FC225 Lima

📋 copy color: '#7FC225'

red 127 ◦ green 194 ◦ blue 37

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

Shades of Lima #7FC225

Tints of Lima #7FC225

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 10.34%

R = 35.47%
G = 54.19%
B = 10.34%

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

#7FC225 (or 0x7FC225) is known color: Lima. HEX triplet: 7F, C2 and 25. RGB value is (127,194,37). Sum of RGB (Red+Green+Blue) = 127+194+37=358 (47% of max value = 765). Red value is 127 (50% from 255 or 35.47% from 358); Green value is 194 (76.17% from 255 or 54.19% from 358); Blue value is 37 (14.84% from 255 or 10.34% from 358); Max value from RGB is 194 - color contains mainly: green. Hex color #7FC225 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FC225 is #803DDA. Grayscale: #9C9C9C. Windows color (decimal): -8404443 or 2474623. OLE color: 2474623.

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

Color convert

RGB 127 194 37 -
CMYK 0.35 0 0.81 0.24
HSL 85.61º 0.68% 0.45% -
HSV(B) 85.61º 0.81% 0.76% -
XYZ 28.38 43.23 8.6 -
YUV 156.07 60.8 107.27 -
System Red Green Blue C M Y K H S L
Decimal 127 194 37 0.35 0 0.81 0.24 85.61 0.68 0.45
Hex 7F C2 25 23 0 51 18 56 44 2D
Octal 177 302 45 43 0 121 30 126 104 55
Binary 1111111 11000010 100101 100011 0 1010001 11000 1010110 1000100 101101

Color Harmonies of #7FC225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FC225

Black with #7FC225

Text Example


Text Example

White with #7FC225

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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