Html Css Color HEX #2DCE17 Lime Green

📋 copy color: '#2DCE17'

red 45 ◦ green 206 ◦ blue 23

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

Shades of Lime Green #2DCE17

Tints of Lime Green #2DCE17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 8.39%

R = 16.42%
G = 75.18%
B = 8.39%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.89

 K value IS 0.19

RGB Variations

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

Color information

#2DCE17 (or 0x2DCE17) is known color: Lime Green. HEX triplet: 2D, CE and 17. RGB value is (45,206,23). Sum of RGB (Red+Green+Blue) = 45+206+23=274 (36% of max value = 765). Red value is 45 (17.97% from 255 or 16.42% from 274); Green value is 206 (80.86% from 255 or 75.18% from 274); Blue value is 23 (9.38% from 255 or 8.39% from 274); Max value from RGB is 206 - color contains mainly: green. Hex color #2DCE17 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2DCE17 is #D231E8. Grayscale: #898989. Windows color (decimal): -13775337 or 1560109. OLE color: 1560109.

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

Color convert

RGB 45 206 23 -
CMYK 0.78 0 0.89 0.19
HSL 112.79º 0.8% 0.45% -
HSV(B) 112.79º 0.89% 0.81% -
XYZ 23.31 44.76 8.22 -
YUV 137 63.66 62.38 -
System Red Green Blue C M Y K H S L
Decimal 45 206 23 0.78 0 0.89 0.19 112.79 0.8 0.45
Hex 2D CE 17 4E 0 59 13 71 50 2D
Octal 55 316 27 116 0 131 23 161 120 55
Binary 101101 11001110 10111 1001110 0 1011001 10011 1110001 1010000 101101

Color Harmonies of #2DCE17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DCE17

Black with #2DCE17

Text Example


Text Example

White with #2DCE17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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