Html Css Color HEX #2DD542 Lime Green

📋 copy color: '#2DD542'

red 45 ◦ green 213 ◦ blue 66

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

Shades of Lime Green #2DD542

Tints of Lime Green #2DD542

RGB

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

 GREEN value IS 213 (83.59% from 255) = 65.74%

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

R = 13.89%
G = 65.74%
B = 20.37%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.69

 K value IS 0.16

RGB Variations

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

Color information

#2DD542 (or 0x2DD542) is known color: Lime Green. HEX triplet: 2D, D5 and 42. RGB value is (45,213,66). Sum of RGB (Red+Green+Blue) = 45+213+66=324 (42% of max value = 765). Red value is 45 (17.97% from 255 or 13.89% from 324); Green value is 213 (83.59% from 255 or 65.74% from 324); Blue value is 66 (26.17% from 255 or 20.37% from 324); Max value from RGB is 213 - color contains mainly: green. Hex color #2DD542 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DD542 is #D22ABD. Grayscale: #929292. Windows color (decimal): -13773502 or 4379949. OLE color: 4379949.

HSL color Cylindrical-coordinate representation of color #2DD542: hue angle of 127.5º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2DD542 is Cyan = 0.79, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.16.

Color convert

RGB 45 213 66 -
CMYK 0.79 0 0.69 0.16
HSL 127.5º 0.67% 0.51% -
HSV(B) 127.5º 0.79% 0.84% -
XYZ 25.86 48.54 13.16 -
YUV 146.01 82.84 55.95 -
System Red Green Blue C M Y K H S L
Decimal 45 213 66 0.79 0 0.69 0.16 127.5 0.67 0.51
Hex 2D D5 42 4F 0 45 10 80 43 33
Octal 55 325 102 117 0 105 20 200 103 63
Binary 101101 11010101 1000010 1001111 0 1000101 10000 10000000 1000011 110011

Color Harmonies of #2DD542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DD542

Black with #2DD542

Text Example


Text Example

White with #2DD542

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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