Html Css Color HEX #2DCE13 Lime Green

📋 copy color: '#2DCE13'

red 45 ◦ green 206 ◦ blue 19

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

Shades of Lime Green #2DCE13

Tints of Lime Green #2DCE13

RGB

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

 GREEN value IS 206 (80.86% from 255) = 76.3%

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

R = 16.67%
G = 76.3%
B = 7.04%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.91

 K value IS 0.19

RGB Variations

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

Color information

#2DCE13 (or 0x2DCE13) is known color: Lime Green. HEX triplet: 2D, CE and 13. RGB value is (45,206,19). Sum of RGB (Red+Green+Blue) = 45+206+19=270 (35% of max value = 765). Red value is 45 (17.97% from 255 or 16.67% from 270); Green value is 206 (80.86% from 255 or 76.30% from 270); Blue value is 19 (7.81% from 255 or 7.04% from 270); Max value from RGB is 206 - color contains mainly: green. Hex color #2DCE13 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2DCE13 is #D231EC. Grayscale: #898989. Windows color (decimal): -13775341 or 1297965. OLE color: 1297965.

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

Color convert

RGB 45 206 19 -
CMYK 0.78 0 0.91 0.19
HSL 111.66º 0.83% 0.44% -
HSV(B) 111.66º 0.91% 0.81% -
XYZ 23.27 44.75 8.03 -
YUV 136.54 61.66 62.71 -
System Red Green Blue C M Y K H S L
Decimal 45 206 19 0.78 0 0.91 0.19 111.66 0.83 0.44
Hex 2D CE 13 4E 0 5B 13 70 53 2C
Octal 55 316 23 116 0 133 23 160 123 54
Binary 101101 11001110 10011 1001110 0 1011011 10011 1110000 1010011 101100

Color Harmonies of #2DCE13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DCE13

Black with #2DCE13

Text Example


Text Example

White with #2DCE13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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