Html Css Color HEX #7FC20D Lima

📋 copy color: '#7FC20D'

red 127 ◦ green 194 ◦ blue 13

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

Shades of Lima #7FC20D

Tints of Lima #7FC20D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.89%

R = 38.02%
G = 58.08%
B = 3.89%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.93

 K value IS 0.24

RGB Variations

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

Color information

#7FC20D (or 0x7FC20D) is known color: Lima. HEX triplet: 7F, C2 and 0D. RGB value is (127,194,13). Sum of RGB (Red+Green+Blue) = 127+194+13=334 (44% of max value = 765). Red value is 127 (50% from 255 or 38.02% from 334); Green value is 194 (76.17% from 255 or 58.08% from 334); Blue value is 13 (5.47% from 255 or 3.89% from 334); Max value from RGB is 194 - color contains mainly: green. Hex color #7FC20D is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7FC20D is #803DF2. Grayscale: #999999. Windows color (decimal): -8404467 or 901759. OLE color: 901759.

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

Color convert

RGB 127 194 13 -
CMYK 0.35 0 0.93 0.24
HSL 82.21º 0.87% 0.41% -
HSV(B) 82.21º 0.93% 0.76% -
XYZ 28.12 43.12 7.22 -
YUV 153.33 48.8 109.22 -
System Red Green Blue C M Y K H S L
Decimal 127 194 13 0.35 0 0.93 0.24 82.21 0.87 0.41
Hex 7F C2 D 23 0 5D 18 52 57 29
Octal 177 302 15 43 0 135 30 122 127 51
Binary 1111111 11000010 1101 100011 0 1011101 11000 1010010 1010111 101001

Color Harmonies of #7FC20D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FC20D

Black with #7FC20D

Text Example


Text Example

White with #7FC20D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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