Html Css Color HEX #7FC227 Lima

📋 copy color: '#7FC227'

red 127 ◦ green 194 ◦ blue 39

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

Shades of Lima #7FC227

Tints of Lima #7FC227

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 10.83%

R = 35.28%
G = 53.89%
B = 10.83%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.80

 K value IS 0.24

RGB Variations

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

Color information

#7FC227 (or 0x7FC227) is known color: Lima. HEX triplet: 7F, C2 and 27. RGB value is (127,194,39). Sum of RGB (Red+Green+Blue) = 127+194+39=360 (47% of max value = 765). Red value is 127 (50% from 255 or 35.28% from 360); Green value is 194 (76.17% from 255 or 53.89% from 360); Blue value is 39 (15.62% from 255 or 10.83% from 360); Max value from RGB is 194 - color contains mainly: green. Hex color #7FC227 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FC227 is #803DD8. Grayscale: #9C9C9C. Windows color (decimal): -8404441 or 2605695. OLE color: 2605695.

HSL color Cylindrical-coordinate representation of color #7FC227: hue angle of 85.94º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7FC227 is Cyan = 0.35, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.24.

Color convert

RGB 127 194 39 -
CMYK 0.35 0 0.80 0.24
HSL 85.94º 0.67% 0.46% -
HSV(B) 85.94º 0.8% 0.76% -
XYZ 28.41 43.24 8.77 -
YUV 156.3 61.8 107.1 -
System Red Green Blue C M Y K H S L
Decimal 127 194 39 0.35 0 0.80 0.24 85.94 0.67 0.46
Hex 7F C2 27 23 0 50 18 56 43 2E
Octal 177 302 47 43 0 120 30 126 103 56
Binary 1111111 11000010 100111 100011 0 1010000 11000 1010110 1000011 101110

Color Harmonies of #7FC227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FC227

Black with #7FC227

Text Example


Text Example

White with #7FC227

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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