Html Css Color HEX #2DDD23 Lime Green

📋 copy color: '#2DDD23'

red 45 ◦ green 221 ◦ blue 35

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

Shades of Lime Green #2DDD23

Tints of Lime Green #2DDD23

RGB

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

 GREEN value IS 221 (86.72% from 255) = 73.42%

 BLUE value IS 35 (14.06% from 255) = 11.63%

R = 14.95%
G = 73.42%
B = 11.63%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.84

 K value IS 0.13

RGB Variations

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

Color information

#2DDD23 (or 0x2DDD23) is known color: Lime Green. HEX triplet: 2D, DD and 23. RGB value is (45,221,35). Sum of RGB (Red+Green+Blue) = 45+221+35=301 (39% of max value = 765). Red value is 45 (17.97% from 255 or 14.95% from 301); Green value is 221 (86.72% from 255 or 73.42% from 301); Blue value is 35 (14.06% from 255 or 11.63% from 301); Max value from RGB is 221 - color contains mainly: green. Hex color #2DDD23 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DDD23 is #D222DC. Grayscale: #939393. Windows color (decimal): -13771485 or 2350381. OLE color: 2350381.

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

Color convert

RGB 45 221 35 -
CMYK 0.80 0 0.84 0.13
HSL 116.77º 0.73% 0.5% -
HSV(B) 116.77º 0.84% 0.87% -
XYZ 27.24 52.39 10.27 -
YUV 147.17 64.69 55.12 -
System Red Green Blue C M Y K H S L
Decimal 45 221 35 0.80 0 0.84 0.13 116.77 0.73 0.5
Hex 2D DD 23 50 0 54 D 75 49 32
Octal 55 335 43 120 0 124 15 165 111 62
Binary 101101 11011101 100011 1010000 0 1010100 1101 1110101 1001001 110010

Color Harmonies of #2DDD23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DDD23

Black with #2DDD23

Text Example


Text Example

White with #2DDD23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,221,35); }

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

background-color css

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

 a { background-color: rgb(45,221,35); }

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

border-color css

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

 span { border-color: rgb(45,221,35); }

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