Html Css Color HEX #2DDE37 Lime Green

📋 copy color: '#2DDE37'

red 45 ◦ green 222 ◦ blue 55

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

Shades of Lime Green #2DDE37

Tints of Lime Green #2DDE37

RGB

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

 GREEN value IS 222 (87.11% from 255) = 68.94%

 BLUE value IS 55 (21.88% from 255) = 17.08%

R = 13.98%
G = 68.94%
B = 17.08%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.75

 K value IS 0.13

RGB Variations

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

Color information

#2DDE37 (or 0x2DDE37) is known color: Lime Green. HEX triplet: 2D, DE and 37. RGB value is (45,222,55). Sum of RGB (Red+Green+Blue) = 45+222+55=322 (42% of max value = 765). Red value is 45 (17.97% from 255 or 13.98% from 322); Green value is 222 (87.11% from 255 or 68.94% from 322); Blue value is 55 (21.88% from 255 or 17.08% from 322); Max value from RGB is 222 - color contains mainly: green. Hex color #2DDE37 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DDE37 is #D221C8. Grayscale: #969696. Windows color (decimal): -13771209 or 3661357. OLE color: 3661357.

HSL color Cylindrical-coordinate representation of color #2DDE37: hue angle of 123.39º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2DDE37 is Cyan = 0.80, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.13.

Color convert

RGB 45 222 55 -
CMYK 0.80 0 0.75 0.13
HSL 123.39º 0.73% 0.52% -
HSV(B) 123.39º 0.8% 0.87% -
XYZ 27.89 53.08 12.39 -
YUV 150.04 74.36 53.08 -
System Red Green Blue C M Y K H S L
Decimal 45 222 55 0.80 0 0.75 0.13 123.39 0.73 0.52
Hex 2D DE 37 50 0 4B D 7B 49 34
Octal 55 336 67 120 0 113 15 173 111 64
Binary 101101 11011110 110111 1010000 0 1001011 1101 1111011 1001001 110100

Color Harmonies of #2DDE37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DDE37

Black with #2DDE37

Text Example


Text Example

White with #2DDE37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,222,55); }

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

background-color css

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

 a { background-color: rgb(45,222,55); }

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

border-color css

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

 span { border-color: rgb(45,222,55); }

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