Html Css Color HEX #7FC71C Lima

📋 copy color: '#7FC71C'

red 127 ◦ green 199 ◦ blue 28

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

Shades of Lima #7FC71C

Tints of Lima #7FC71C

RGB

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

 GREEN value IS 199 (78.13% from 255) = 56.21%

 BLUE value IS 28 (11.33% from 255) = 7.91%

R = 35.88%
G = 56.21%
B = 7.91%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.86

 K value IS 0.22

RGB Variations

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

Color information

#7FC71C (or 0x7FC71C) is known color: Lima. HEX triplet: 7F, C7 and 1C. RGB value is (127,199,28). Sum of RGB (Red+Green+Blue) = 127+199+28=354 (46% of max value = 765). Red value is 127 (50% from 255 or 35.88% from 354); Green value is 199 (78.12% from 255 or 56.21% from 354); Blue value is 28 (11.33% from 255 or 7.91% from 354); Max value from RGB is 199 - color contains mainly: green. Hex color #7FC71C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FC71C is #8038E3. Grayscale: #9E9E9E. Windows color (decimal): -8403172 or 1886079. OLE color: 1886079.

HSL color Cylindrical-coordinate representation of color #7FC71C: hue angle of 85.26º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7FC71C is Cyan = 0.36, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.22.

Color convert

RGB 127 199 28 -
CMYK 0.36 0 0.86 0.22
HSL 85.26º 0.75% 0.45% -
HSV(B) 85.26º 0.86% 0.78% -
XYZ 29.39 45.44 8.32 -
YUV 157.98 54.65 105.9 -
System Red Green Blue C M Y K H S L
Decimal 127 199 28 0.36 0 0.86 0.22 85.26 0.75 0.45
Hex 7F C7 1C 24 0 56 16 55 4B 2D
Octal 177 307 34 44 0 126 26 125 113 55
Binary 1111111 11000111 11100 100100 0 1010110 10110 1010101 1001011 101101

Color Harmonies of #7FC71C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FC71C

Black with #7FC71C

Text Example


Text Example

White with #7FC71C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,199,28); }

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

background-color css

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

 a { background-color: rgb(127,199,28); }

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

border-color css

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

 span { border-color: rgb(127,199,28); }

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