Html Css Color HEX #2DD442 Lime Green

📋 copy color: '#2DD442'

red 45 ◦ green 212 ◦ blue 66

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

Shades of Lime Green #2DD442

Tints of Lime Green #2DD442

RGB

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

 GREEN value IS 212 (83.2% from 255) = 65.63%

 BLUE value IS 66 (26.17% from 255) = 20.43%

R = 13.93%
G = 65.63%
B = 20.43%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.69

 K value IS 0.17

RGB Variations

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

Color information

#2DD442 (or 0x2DD442) is known color: Lime Green. HEX triplet: 2D, D4 and 42. RGB value is (45,212,66). Sum of RGB (Red+Green+Blue) = 45+212+66=323 (42% of max value = 765). Red value is 45 (17.97% from 255 or 13.93% from 323); Green value is 212 (83.20% from 255 or 65.63% from 323); Blue value is 66 (26.17% from 255 or 20.43% from 323); Max value from RGB is 212 - color contains mainly: green. Hex color #2DD442 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DD442 is #D22BBD. Grayscale: #919191. Windows color (decimal): -13773758 or 4379693. OLE color: 4379693.

HSL color Cylindrical-coordinate representation of color #2DD442: hue angle of 127.54º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2DD442 is Cyan = 0.79, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.17.

Color convert

RGB 45 212 66 -
CMYK 0.79 0 0.69 0.17
HSL 127.54º 0.66% 0.5% -
HSV(B) 127.54º 0.79% 0.83% -
XYZ 25.61 48.04 13.08 -
YUV 145.42 83.17 56.37 -
System Red Green Blue C M Y K H S L
Decimal 45 212 66 0.79 0 0.69 0.17 127.54 0.66 0.5
Hex 2D D4 42 4F 0 45 11 80 42 32
Octal 55 324 102 117 0 105 21 200 102 62
Binary 101101 11010100 1000010 1001111 0 1000101 10001 10000000 1000010 110010

Color Harmonies of #2DD442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DD442

Black with #2DD442

Text Example


Text Example

White with #2DD442

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,212,66); }

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

background-color css

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

 a { background-color: rgb(45,212,66); }

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

border-color css

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

 span { border-color: rgb(45,212,66); }

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