Html Css Color HEX #2DDF13 Lime Green

📋 copy color: '#2DDF13'

red 45 ◦ green 223 ◦ blue 19

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

Shades of Lime Green #2DDF13

Tints of Lime Green #2DDF13

RGB

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

 GREEN value IS 223 (87.5% from 255) = 77.7%

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

R = 15.68%
G = 77.7%
B = 6.62%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#2DDF13 (or 0x2DDF13) is known color: Lime Green. HEX triplet: 2D, DF and 13. RGB value is (45,223,19). Sum of RGB (Red+Green+Blue) = 45+223+19=287 (38% of max value = 765). Red value is 45 (17.97% from 255 or 15.68% from 287); Green value is 223 (87.5% from 255 or 77.70% from 287); Blue value is 19 (7.81% from 255 or 6.62% from 287); Max value from RGB is 223 - color contains mainly: green. Hex color #2DDF13 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2DDF13 is #D220EC. Grayscale: #939393. Windows color (decimal): -13770989 or 1302317. OLE color: 1302317.

HSL color Cylindrical-coordinate representation of color #2DDF13: hue angle of 112.35º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2DDF13 is Cyan = 0.80, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.13.

Color convert

RGB 45 223 19 -
CMYK 0.80 0 0.91 0.13
HSL 112.35º 0.84% 0.47% -
HSV(B) 112.35º 0.91% 0.87% -
XYZ 27.59 53.38 9.47 -
YUV 146.52 56.03 55.59 -
System Red Green Blue C M Y K H S L
Decimal 45 223 19 0.80 0 0.91 0.13 112.35 0.84 0.47
Hex 2D DF 13 50 0 5B D 70 54 2F
Octal 55 337 23 120 0 133 15 160 124 57
Binary 101101 11011111 10011 1010000 0 1011011 1101 1110000 1010100 101111

Color Harmonies of #2DDF13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DDF13

Black with #2DDF13

Text Example


Text Example

White with #2DDF13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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