Html Css Color HEX #31CD29 Lime Green

📋 copy color: '#31CD29'

red 49 ◦ green 205 ◦ blue 41

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

Shades of Lime Green #31CD29

Tints of Lime Green #31CD29

RGB

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

 GREEN value IS 205 (80.47% from 255) = 69.49%

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

R = 16.61%
G = 69.49%
B = 13.9%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.8

 K value IS 0.20

RGB Variations

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

Color information

#31CD29 (or 0x31CD29) is known color: Lime Green. HEX triplet: 31, CD and 29. RGB value is (49,205,41). Sum of RGB (Red+Green+Blue) = 49+205+41=295 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.61% from 295); Green value is 205 (80.47% from 255 or 69.49% from 295); Blue value is 41 (16.41% from 255 or 13.90% from 295); Max value from RGB is 205 - color contains mainly: green. Hex color #31CD29 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31CD29 is #CE32D6. Grayscale: #8C8C8C. Windows color (decimal): -13513431 or 2739505. OLE color: 2739505.

HSL color Cylindrical-coordinate representation of color #31CD29: hue angle of 117.07º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #31CD29 is Cyan = 0.76, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.20.

Color convert

RGB 49 205 41 -
CMYK 0.76 0 0.8 0.20
HSL 117.07º 0.67% 0.48% -
HSV(B) 117.07º 0.8% 0.8% -
XYZ 23.5 44.48 9.44 -
YUV 139.66 72.32 63.34 -
System Red Green Blue C M Y K H S L
Decimal 49 205 41 0.76 0 0.8 0.20 117.07 0.67 0.48
Hex 31 CD 29 4C 0 50 14 75 43 30
Octal 61 315 51 114 0 120 24 165 103 60
Binary 110001 11001101 101001 1001100 0 1010000 10100 1110101 1000011 110000

Color Harmonies of #31CD29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31CD29

Black with #31CD29

Text Example


Text Example

White with #31CD29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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