Html Css Color HEX #2DD013 Lime Green

📋 copy color: '#2DD013'

red 45 ◦ green 208 ◦ blue 19

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

Shades of Lime Green #2DD013

Tints of Lime Green #2DD013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 6.99%

R = 16.54%
G = 76.47%
B = 6.99%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.91

 K value IS 0.18

RGB Variations

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

Color information

#2DD013 (or 0x2DD013) is known color: Lime Green. HEX triplet: 2D, D0 and 13. RGB value is (45,208,19). Sum of RGB (Red+Green+Blue) = 45+208+19=272 (36% of max value = 765). Red value is 45 (17.97% from 255 or 16.54% from 272); Green value is 208 (81.64% from 255 or 76.47% from 272); Blue value is 19 (7.81% from 255 or 6.99% from 272); Max value from RGB is 208 - color contains mainly: green. Hex color #2DD013 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2DD013 is #D22FEC. Grayscale: #8A8A8A. Windows color (decimal): -13774829 or 1298477. OLE color: 1298477.

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

Color convert

RGB 45 208 19 -
CMYK 0.78 0 0.91 0.18
HSL 111.75º 0.83% 0.45% -
HSV(B) 111.75º 0.91% 0.82% -
XYZ 23.76 45.72 8.19 -
YUV 137.72 61 61.87 -
System Red Green Blue C M Y K H S L
Decimal 45 208 19 0.78 0 0.91 0.18 111.75 0.83 0.45
Hex 2D D0 13 4E 0 5B 12 70 53 2D
Octal 55 320 23 116 0 133 22 160 123 55
Binary 101101 11010000 10011 1001110 0 1011011 10010 1110000 1010011 101101

Color Harmonies of #2DD013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DD013

Black with #2DD013

Text Example


Text Example

White with #2DD013

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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