Html Css Color HEX #2DDD27 Lime Green

📋 copy color: '#2DDD27'

red 45 ◦ green 221 ◦ blue 39

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

Shades of Lime Green #2DDD27

Tints of Lime Green #2DDD27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 12.79%

R = 14.75%
G = 72.46%
B = 12.79%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#2DDD27 (or 0x2DDD27) is known color: Lime Green. HEX triplet: 2D, DD and 27. RGB value is (45,221,39). Sum of RGB (Red+Green+Blue) = 45+221+39=305 (40% of max value = 765). Red value is 45 (17.97% from 255 or 14.75% from 305); Green value is 221 (86.72% from 255 or 72.46% from 305); Blue value is 39 (15.62% from 255 or 12.79% from 305); Max value from RGB is 221 - color contains mainly: green. Hex color #2DDD27 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DDD27 is #D222D8. Grayscale: #949494. Windows color (decimal): -13771481 or 2612525. OLE color: 2612525.

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

Color convert

RGB 45 221 39 -
CMYK 0.80 0 0.82 0.13
HSL 118.02º 0.73% 0.51% -
HSV(B) 118.02º 0.82% 0.87% -
XYZ 27.3 52.42 10.6 -
YUV 147.63 66.69 54.8 -
System Red Green Blue C M Y K H S L
Decimal 45 221 39 0.80 0 0.82 0.13 118.02 0.73 0.51
Hex 2D DD 27 50 0 52 D 76 49 33
Octal 55 335 47 120 0 122 15 166 111 63
Binary 101101 11011101 100111 1010000 0 1010010 1101 1110110 1001001 110011

Color Harmonies of #2DDD27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DDD27

Black with #2DDD27

Text Example


Text Example

White with #2DDD27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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