Html Css Color HEX #2DCE16 Lime Green

📋 copy color: '#2DCE16'

red 45 ◦ green 206 ◦ blue 22

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

Shades of Lime Green #2DCE16

Tints of Lime Green #2DCE16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 8.06%

R = 16.48%
G = 75.46%
B = 8.06%

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

#2DCE16 (or 0x2DCE16) is known color: Lime Green. HEX triplet: 2D, CE and 16. RGB value is (45,206,22). Sum of RGB (Red+Green+Blue) = 45+206+22=273 (36% of max value = 765). Red value is 45 (17.97% from 255 or 16.48% from 273); Green value is 206 (80.86% from 255 or 75.46% from 273); Blue value is 22 (8.98% from 255 or 8.06% from 273); Max value from RGB is 206 - color contains mainly: green. Hex color #2DCE16 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2DCE16 is #D231E9. Grayscale: #898989. Windows color (decimal): -13775338 or 1494573. OLE color: 1494573.

HSL color Cylindrical-coordinate representation of color #2DCE16: hue angle of 112.5º degrees, saturation: 0.81, 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 #2DCE16 is Cyan = 0.78, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.19.

Color convert

RGB 45 206 22 -
CMYK 0.78 0 0.89 0.19
HSL 112.5º 0.81% 0.45% -
HSV(B) 112.5º 0.89% 0.81% -
XYZ 23.3 44.76 8.17 -
YUV 136.89 63.16 62.46 -
System Red Green Blue C M Y K H S L
Decimal 45 206 22 0.78 0 0.89 0.19 112.5 0.81 0.45
Hex 2D CE 16 4E 0 59 13 70 51 2D
Octal 55 316 26 116 0 131 23 160 121 55
Binary 101101 11001110 10110 1001110 0 1011001 10011 1110000 1010001 101101

Color Harmonies of #2DCE16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DCE16

Black with #2DCE16

Text Example


Text Example

White with #2DCE16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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