Html Css Color HEX #7FC41C Lima

📋 copy color: '#7FC41C'

red 127 ◦ green 196 ◦ blue 28

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

Shades of Lima #7FC41C

Tints of Lima #7FC41C

RGB

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

 GREEN value IS 196 (76.95% from 255) = 55.84%

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

R = 36.18%
G = 55.84%
B = 7.98%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.86

 K value IS 0.23

RGB Variations

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

Color information

#7FC41C (or 0x7FC41C) is known color: Lima. HEX triplet: 7F, C4 and 1C. RGB value is (127,196,28). Sum of RGB (Red+Green+Blue) = 127+196+28=351 (46% of max value = 765). Red value is 127 (50% from 255 or 36.18% from 351); Green value is 196 (76.95% from 255 or 55.84% from 351); Blue value is 28 (11.33% from 255 or 7.98% from 351); Max value from RGB is 196 - color contains mainly: green. Hex color #7FC41C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FC41C is #803BE3. Grayscale: #9C9C9C. Windows color (decimal): -8403940 or 1885311. OLE color: 1885311.

HSL color Cylindrical-coordinate representation of color #7FC41C: hue angle of 84.64º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7FC41C is Cyan = 0.35, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.23.

Color convert

RGB 127 196 28 -
CMYK 0.35 0 0.86 0.23
HSL 84.64º 0.75% 0.44% -
HSV(B) 84.64º 0.86% 0.77% -
XYZ 28.7 44.08 8.09 -
YUV 156.22 55.64 107.16 -
System Red Green Blue C M Y K H S L
Decimal 127 196 28 0.35 0 0.86 0.23 84.64 0.75 0.44
Hex 7F C4 1C 23 0 56 17 55 4B 2C
Octal 177 304 34 43 0 126 27 125 113 54
Binary 1111111 11000100 11100 100011 0 1010110 10111 1010101 1001011 101100

Color Harmonies of #7FC41C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FC41C

Black with #7FC41C

Text Example


Text Example

White with #7FC41C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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