Html Css Color HEX #2DD52B Lime Green

📋 copy color: '#2DD52B'

red 45 ◦ green 213 ◦ blue 43

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

Shades of Lime Green #2DD52B

Tints of Lime Green #2DD52B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 14.29%

R = 14.95%
G = 70.76%
B = 14.29%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.80

 K value IS 0.16

RGB Variations

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

Color information

#2DD52B (or 0x2DD52B) is known color: Lime Green. HEX triplet: 2D, D5 and 2B. RGB value is (45,213,43). Sum of RGB (Red+Green+Blue) = 45+213+43=301 (39% of max value = 765). Red value is 45 (17.97% from 255 or 14.95% from 301); Green value is 213 (83.59% from 255 or 70.76% from 301); Blue value is 43 (17.19% from 255 or 14.29% from 301); Max value from RGB is 213 - color contains mainly: green. Hex color #2DD52B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DD52B is #D22AD4. Grayscale: #8F8F8F. Windows color (decimal): -13773525 or 2872621. OLE color: 2872621.

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

Color convert

RGB 45 213 43 -
CMYK 0.79 0 0.80 0.16
HSL 119.29º 0.67% 0.5% -
HSV(B) 119.29º 0.8% 0.84% -
XYZ 25.31 48.32 10.28 -
YUV 143.39 71.34 57.82 -
System Red Green Blue C M Y K H S L
Decimal 45 213 43 0.79 0 0.80 0.16 119.29 0.67 0.5
Hex 2D D5 2B 4F 0 50 10 77 43 32
Octal 55 325 53 117 0 120 20 167 103 62
Binary 101101 11010101 101011 1001111 0 1010000 10000 1110111 1000011 110010

Color Harmonies of #2DD52B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DD52B

Black with #2DD52B

Text Example


Text Example

White with #2DD52B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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