Html Css Color HEX #2DDD3C Lime Green

📋 copy color: '#2DDD3C'

red 45 ◦ green 221 ◦ blue 60

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

Shades of Lime Green #2DDD3C

Tints of Lime Green #2DDD3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 18.4%

R = 13.8%
G = 67.79%
B = 18.4%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.73

 K value IS 0.13

RGB Variations

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

Color information

#2DDD3C (or 0x2DDD3C) is known color: Lime Green. HEX triplet: 2D, DD and 3C. RGB value is (45,221,60). Sum of RGB (Red+Green+Blue) = 45+221+60=326 (43% of max value = 765). Red value is 45 (17.97% from 255 or 13.80% from 326); Green value is 221 (86.72% from 255 or 67.79% from 326); Blue value is 60 (23.83% from 255 or 18.40% from 326); Max value from RGB is 221 - color contains mainly: green. Hex color #2DDD3C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DDD3C is #D222C3. Grayscale: #969696. Windows color (decimal): -13771460 or 3988781. OLE color: 3988781.

HSL color Cylindrical-coordinate representation of color #2DDD3C: hue angle of 125.11º degrees, saturation: 0.72, 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 #2DDD3C is Cyan = 0.80, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.13.

Color convert

RGB 45 221 60 -
CMYK 0.80 0 0.73 0.13
HSL 125.11º 0.72% 0.52% -
HSV(B) 125.11º 0.8% 0.87% -
XYZ 27.75 52.6 12.96 -
YUV 150.02 77.19 53.09 -
System Red Green Blue C M Y K H S L
Decimal 45 221 60 0.80 0 0.73 0.13 125.11 0.72 0.52
Hex 2D DD 3C 50 0 49 D 7D 48 34
Octal 55 335 74 120 0 111 15 175 110 64
Binary 101101 11011101 111100 1010000 0 1001001 1101 1111101 1001000 110100

Color Harmonies of #2DDD3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DDD3C

Black with #2DDD3C

Text Example


Text Example

White with #2DDD3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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