Html Css Color HEX #2DD823 Lime Green

📋 copy color: '#2DD823'

red 45 ◦ green 216 ◦ blue 35

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

Shades of Lime Green #2DD823

Tints of Lime Green #2DD823

RGB

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

 GREEN value IS 216 (84.77% from 255) = 72.97%

 BLUE value IS 35 (14.06% from 255) = 11.82%

R = 15.2%
G = 72.97%
B = 11.82%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.84

 K value IS 0.15

RGB Variations

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

Color information

#2DD823 (or 0x2DD823) is known color: Lime Green. HEX triplet: 2D, D8 and 23. RGB value is (45,216,35). Sum of RGB (Red+Green+Blue) = 45+216+35=296 (39% of max value = 765). Red value is 45 (17.97% from 255 or 15.20% from 296); Green value is 216 (84.77% from 255 or 72.97% from 296); Blue value is 35 (14.06% from 255 or 11.82% from 296); Max value from RGB is 216 - color contains mainly: green. Hex color #2DD823 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DD823 is #D227DC. Grayscale: #909090. Windows color (decimal): -13772765 or 2349101. OLE color: 2349101.

HSL color Cylindrical-coordinate representation of color #2DD823: hue angle of 116.69º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2DD823 is Cyan = 0.79, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.15.

Color convert

RGB 45 216 35 -
CMYK 0.79 0 0.84 0.15
HSL 116.69º 0.72% 0.49% -
HSV(B) 116.69º 0.84% 0.85% -
XYZ 25.94 49.79 9.83 -
YUV 144.24 66.35 57.22 -
System Red Green Blue C M Y K H S L
Decimal 45 216 35 0.79 0 0.84 0.15 116.69 0.72 0.49
Hex 2D D8 23 4F 0 54 F 75 48 31
Octal 55 330 43 117 0 124 17 165 110 61
Binary 101101 11011000 100011 1001111 0 1010100 1111 1110101 1001000 110001

Color Harmonies of #2DD823

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DD823

Black with #2DD823

Text Example


Text Example

White with #2DD823

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,216,35); }

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

background-color css

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

 a { background-color: rgb(45,216,35); }

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

border-color css

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

 span { border-color: rgb(45,216,35); }

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