Html Css Color HEX #2DD021 Lime Green

📋 copy color: '#2DD021'

red 45 ◦ green 208 ◦ blue 33

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

Shades of Lime Green #2DD021

Tints of Lime Green #2DD021

RGB

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

 GREEN value IS 208 (81.64% from 255) = 72.73%

 BLUE value IS 33 (13.28% from 255) = 11.54%

R = 15.73%
G = 72.73%
B = 11.54%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.84

 K value IS 0.18

RGB Variations

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

Color information

#2DD021 (or 0x2DD021) is known color: Lime Green. HEX triplet: 2D, D0 and 21. RGB value is (45,208,33). Sum of RGB (Red+Green+Blue) = 45+208+33=286 (37% of max value = 765). Red value is 45 (17.97% from 255 or 15.73% from 286); Green value is 208 (81.64% from 255 or 72.73% from 286); Blue value is 33 (13.28% from 255 or 11.54% from 286); Max value from RGB is 208 - color contains mainly: green. Hex color #2DD021 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DD021 is #D22FDE. Grayscale: #8B8B8B. Windows color (decimal): -13774815 or 2215981. OLE color: 2215981.

HSL color Cylindrical-coordinate representation of color #2DD021: hue angle of 115.89º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2DD021 is Cyan = 0.78, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.18.

Color convert

RGB 45 208 33 -
CMYK 0.78 0 0.84 0.18
HSL 115.89º 0.73% 0.47% -
HSV(B) 115.89º 0.84% 0.82% -
XYZ 23.91 45.78 9.01 -
YUV 139.31 68 60.73 -
System Red Green Blue C M Y K H S L
Decimal 45 208 33 0.78 0 0.84 0.18 115.89 0.73 0.47
Hex 2D D0 21 4E 0 54 12 74 49 2F
Octal 55 320 41 116 0 124 22 164 111 57
Binary 101101 11010000 100001 1001110 0 1010100 10010 1110100 1001001 101111

Color Harmonies of #2DD021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DD021

Black with #2DD021

Text Example


Text Example

White with #2DD021

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,208,33); }

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

background-color css

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

 a { background-color: rgb(45,208,33); }

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

border-color css

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

 span { border-color: rgb(45,208,33); }

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