Html Css Color HEX #2DE939 Lime Green

📋 copy color: '#2DE939'

red 45 ◦ green 233 ◦ blue 57

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

Shades of Lime Green #2DE939

Tints of Lime Green #2DE939

RGB

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

 GREEN value IS 233 (91.41% from 255) = 69.55%

 BLUE value IS 57 (22.66% from 255) = 17.01%

R = 13.43%
G = 69.55%
B = 17.01%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.76

 K value IS 0.09

RGB Variations

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

Color information

#2DE939 (or 0x2DE939) is known color: Lime Green. HEX triplet: 2D, E9 and 39. RGB value is (45,233,57). Sum of RGB (Red+Green+Blue) = 45+233+57=335 (44% of max value = 765). Red value is 45 (17.97% from 255 or 13.43% from 335); Green value is 233 (91.41% from 255 or 69.55% from 335); Blue value is 57 (22.66% from 255 or 17.01% from 335); Max value from RGB is 233 - color contains mainly: green. Hex color #2DE939 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2DE939 is #D216C6. Grayscale: #9D9D9D. Windows color (decimal): -13768391 or 3795245. OLE color: 3795245.

HSL color Cylindrical-coordinate representation of color #2DE939: hue angle of 123.83º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2DE939 is Cyan = 0.81, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.09.

Color convert

RGB 45 233 57 -
CMYK 0.81 0 0.76 0.09
HSL 123.83º 0.81% 0.55% -
HSV(B) 123.83º 0.81% 0.91% -
XYZ 30.96 59.13 13.65 -
YUV 156.72 71.72 48.31 -
System Red Green Blue C M Y K H S L
Decimal 45 233 57 0.81 0 0.76 0.09 123.83 0.81 0.55
Hex 2D E9 39 51 0 4C 9 7C 51 37
Octal 55 351 71 121 0 114 11 174 121 67
Binary 101101 11101001 111001 1010001 0 1001100 1001 1111100 1010001 110111

Color Harmonies of #2DE939

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DE939

Black with #2DE939

Text Example


Text Example

White with #2DE939

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,233,57); }

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

background-color css

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

 a { background-color: rgb(45,233,57); }

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

border-color css

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

 span { border-color: rgb(45,233,57); }

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