Html Css Color HEX #7FC31C Lima

📋 copy color: '#7FC31C'

red 127 ◦ green 195 ◦ blue 28

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

Shades of Lima #7FC31C

Tints of Lima #7FC31C

RGB

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

 GREEN value IS 195 (76.56% from 255) = 55.71%

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

R = 36.29%
G = 55.71%
B = 8%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.86

 K value IS 0.24

RGB Variations

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

Color information

#7FC31C (or 0x7FC31C) is known color: Lima. HEX triplet: 7F, C3 and 1C. RGB value is (127,195,28). Sum of RGB (Red+Green+Blue) = 127+195+28=350 (46% of max value = 765). Red value is 127 (50% from 255 or 36.29% from 350); Green value is 195 (76.56% from 255 or 55.71% from 350); Blue value is 28 (11.33% from 255 or 8% from 350); Max value from RGB is 195 - color contains mainly: green. Hex color #7FC31C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FC31C is #803CE3. Grayscale: #9C9C9C. Windows color (decimal): -8404196 or 1885055. OLE color: 1885055.

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

Color convert

RGB 127 195 28 -
CMYK 0.35 0 0.86 0.24
HSL 84.43º 0.75% 0.44% -
HSV(B) 84.43º 0.86% 0.76% -
XYZ 28.48 43.63 8.02 -
YUV 155.63 55.97 107.58 -
System Red Green Blue C M Y K H S L
Decimal 127 195 28 0.35 0 0.86 0.24 84.43 0.75 0.44
Hex 7F C3 1C 23 0 56 18 54 4B 2C
Octal 177 303 34 43 0 126 30 124 113 54
Binary 1111111 11000011 11100 100011 0 1010110 11000 1010100 1001011 101100

Color Harmonies of #7FC31C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FC31C

Black with #7FC31C

Text Example


Text Example

White with #7FC31C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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