Html Css Color HEX #31DA29 Lime Green

📋 copy color: '#31DA29'

red 49 ◦ green 218 ◦ blue 41

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

Shades of Lime Green #31DA29

Tints of Lime Green #31DA29

RGB

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

 GREEN value IS 218 (85.55% from 255) = 70.78%

 BLUE value IS 41 (16.41% from 255) = 13.31%

R = 15.91%
G = 70.78%
B = 13.31%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.81

 K value IS 0.15

RGB Variations

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

Color information

#31DA29 (or 0x31DA29) is known color: Lime Green. HEX triplet: 31, DA and 29. RGB value is (49,218,41). Sum of RGB (Red+Green+Blue) = 49+218+41=308 (40% of max value = 765). Red value is 49 (19.53% from 255 or 15.91% from 308); Green value is 218 (85.55% from 255 or 70.78% from 308); Blue value is 41 (16.41% from 255 or 13.31% from 308); Max value from RGB is 218 - color contains mainly: green. Hex color #31DA29 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31DA29 is #CE25D6. Grayscale: #939393. Windows color (decimal): -13510103 or 2742833. OLE color: 2742833.

HSL color Cylindrical-coordinate representation of color #31DA29: hue angle of 117.29º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #31DA29 is Cyan = 0.78, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.15.

Color convert

RGB 49 218 41 -
CMYK 0.78 0 0.81 0.15
HSL 117.29º 0.71% 0.51% -
HSV(B) 117.29º 0.81% 0.85% -
XYZ 26.74 50.96 10.52 -
YUV 147.29 68.01 57.89 -
System Red Green Blue C M Y K H S L
Decimal 49 218 41 0.78 0 0.81 0.15 117.29 0.71 0.51
Hex 31 DA 29 4E 0 51 F 75 47 33
Octal 61 332 51 116 0 121 17 165 107 63
Binary 110001 11011010 101001 1001110 0 1010001 1111 1110101 1000111 110011

Color Harmonies of #31DA29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31DA29

Black with #31DA29

Text Example


Text Example

White with #31DA29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,218,41); }

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

background-color css

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

 a { background-color: rgb(49,218,41); }

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

border-color css

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

 span { border-color: rgb(49,218,41); }

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