Html Css Color HEX #2DD52E Lime Green

📋 copy color: '#2DD52E'

red 45 ◦ green 213 ◦ blue 46

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

Shades of Lime Green #2DD52E

Tints of Lime Green #2DD52E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 15.13%

R = 14.8%
G = 70.07%
B = 15.13%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#2DD52E (or 0x2DD52E) is known color: Lime Green. HEX triplet: 2D, D5 and 2E. RGB value is (45,213,46). Sum of RGB (Red+Green+Blue) = 45+213+46=304 (40% of max value = 765). Red value is 45 (17.97% from 255 or 14.80% from 304); Green value is 213 (83.59% from 255 or 70.07% from 304); Blue value is 46 (18.36% from 255 or 15.13% from 304); Max value from RGB is 213 - color contains mainly: green. Hex color #2DD52E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DD52E is #D22AD1. Grayscale: #909090. Windows color (decimal): -13773522 or 3069229. OLE color: 3069229.

HSL color Cylindrical-coordinate representation of color #2DD52E: hue angle of 120.36º 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 #2DD52E is Cyan = 0.79, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.16.

Color convert

RGB 45 213 46 -
CMYK 0.79 0 0.78 0.16
HSL 120.36º 0.67% 0.51% -
HSV(B) 120.36º 0.79% 0.84% -
XYZ 25.37 48.34 10.58 -
YUV 143.73 72.84 57.58 -
System Red Green Blue C M Y K H S L
Decimal 45 213 46 0.79 0 0.78 0.16 120.36 0.67 0.51
Hex 2D D5 2E 4F 0 4E 10 78 43 33
Octal 55 325 56 117 0 116 20 170 103 63
Binary 101101 11010101 101110 1001111 0 1001110 10000 1111000 1000011 110011

Color Harmonies of #2DD52E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DD52E

Black with #2DD52E

Text Example


Text Example

White with #2DD52E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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