Html Css Color HEX #31AB28 Lime Green

📋 copy color: '#31AB28'

red 49 ◦ green 171 ◦ blue 40

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

Shades of Lime Green #31AB28

Tints of Lime Green #31AB28

RGB

 RED value IS 49 (19.53% from 255) = 18.85%

 GREEN value IS 171 (67.19% from 255) = 65.77%

 BLUE value IS 40 (16.02% from 255) = 15.38%

R = 18.85%
G = 65.77%
B = 15.38%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.77

 K value IS 0.33

RGB Variations

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

Color information

#31AB28 (or 0x31AB28) is known color: Lime Green. HEX triplet: 31, AB and 28. RGB value is (49,171,40). Sum of RGB (Red+Green+Blue) = 49+171+40=260 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.85% from 260); Green value is 171 (67.19% from 255 or 65.77% from 260); Blue value is 40 (16.02% from 255 or 15.38% from 260); Max value from RGB is 171 - color contains mainly: green. Hex color #31AB28 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #31AB28 is #CE54D7. Grayscale: #777777. Windows color (decimal): -13522136 or 2665265. OLE color: 2665265.

HSL color Cylindrical-coordinate representation of color #31AB28: hue angle of 115.88º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #31AB28 is Cyan = 0.71, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.33.

Color convert

RGB 49 171 40 -
CMYK 0.71 0 0.77 0.33
HSL 115.88º 0.62% 0.41% -
HSV(B) 115.88º 0.77% 0.67% -
XYZ 16.21 29.93 6.93 -
YUV 119.59 83.08 77.65 -
System Red Green Blue C M Y K H S L
Decimal 49 171 40 0.71 0 0.77 0.33 115.88 0.62 0.41
Hex 31 AB 28 47 0 4D 21 74 3E 29
Octal 61 253 50 107 0 115 41 164 76 51
Binary 110001 10101011 101000 1000111 0 1001101 100001 1110100 111110 101001

Color Harmonies of #31AB28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31AB28

Black with #31AB28

Text Example


Text Example

White with #31AB28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31AB28; }

 p { color: rgb(49,171,40); }

 H1.HeaderClassName
 {
   color: #31AB28;
 }
 .AnyTagClassName
 {
   color: #31AB28;
 }
</style>

background-color css

<style>
 a { background-color: #31AB28; }

 a { background-color: rgb(49,171,40); }

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

border-color css

<style>
 span { border-color: #31AB28; }

 span { border-color: rgb(49,171,40); }

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