Html Css Color HEX #2DE131 Lime Green

📋 copy color: '#2DE131'

red 45 ◦ green 225 ◦ blue 49

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

Shades of Lime Green #2DE131

Tints of Lime Green #2DE131

RGB

 RED value IS 45 (17.97% from 255) = 14.11%

 GREEN value IS 225 (88.28% from 255) = 70.53%

 BLUE value IS 49 (19.53% from 255) = 15.36%

R = 14.11%
G = 70.53%
B = 15.36%

CMYK

 C value IS 0.8

 M value IS 0

 Y value IS 0.78

 K value IS 0.12

RGB Variations

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

Color information

#2DE131 (or 0x2DE131) is known color: Lime Green. HEX triplet: 2D, E1 and 31. RGB value is (45,225,49). Sum of RGB (Red+Green+Blue) = 45+225+49=319 (42% of max value = 765). Red value is 45 (17.97% from 255 or 14.11% from 319); Green value is 225 (88.28% from 255 or 70.53% from 319); Blue value is 49 (19.53% from 255 or 15.36% from 319); Max value from RGB is 225 - color contains mainly: green. Hex color #2DE131 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DE131 is #D21ECE. Grayscale: #979797. Windows color (decimal): -13770447 or 3268909. OLE color: 3268909.

HSL color Cylindrical-coordinate representation of color #2DE131: hue angle of 121.33º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2DE131 is Cyan = 0.8, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.12.

Color convert

RGB 45 225 49 -
CMYK 0.8 0 0.78 0.12
HSL 121.33º 0.75% 0.53% -
HSV(B) 121.33º 0.8% 0.88% -
XYZ 28.56 54.63 11.95 -
YUV 151.12 70.37 52.31 -
System Red Green Blue C M Y K H S L
Decimal 45 225 49 0.8 0 0.78 0.12 121.33 0.75 0.53
Hex 2D E1 31 50 0 4E C 79 4B 35
Octal 55 341 61 120 0 116 14 171 113 65
Binary 101101 11100001 110001 1010000 0 1001110 1100 1111001 1001011 110101

Color Harmonies of #2DE131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DE131

Black with #2DE131

Text Example


Text Example

White with #2DE131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2DE131; }

 p { color: rgb(45,225,49); }

 H1.HeaderClassName
 {
   color: #2DE131;
 }
 .AnyTagClassName
 {
   color: #2DE131;
 }
</style>

background-color css

<style>
 a { background-color: #2DE131; }

 a { background-color: rgb(45,225,49); }

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

border-color css

<style>
 span { border-color: #2DE131; }

 span { border-color: rgb(45,225,49); }

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