Html Css Color HEX #2DCE12 Lime Green

📋 copy color: '#2DCE12'

red 45 ◦ green 206 ◦ blue 18

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

Shades of Lime Green #2DCE12

Tints of Lime Green #2DCE12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 6.69%

R = 16.73%
G = 76.58%
B = 6.69%

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

#2DCE12 (or 0x2DCE12) is known color: Lime Green. HEX triplet: 2D, CE and 12. RGB value is (45,206,18). Sum of RGB (Red+Green+Blue) = 45+206+18=269 (35% of max value = 765). Red value is 45 (17.97% from 255 or 16.73% from 269); Green value is 206 (80.86% from 255 or 76.58% from 269); Blue value is 18 (7.42% from 255 or 6.69% from 269); Max value from RGB is 206 - color contains mainly: green. Hex color #2DCE12 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2DCE12 is #D231ED. Grayscale: #898989. Windows color (decimal): -13775342 or 1232429. OLE color: 1232429.

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

Color convert

RGB 45 206 18 -
CMYK 0.78 0 0.91 0.19
HSL 111.38º 0.84% 0.44% -
HSV(B) 111.38º 0.91% 0.81% -
XYZ 23.26 44.74 7.98 -
YUV 136.43 61.16 62.79 -
System Red Green Blue C M Y K H S L
Decimal 45 206 18 0.78 0 0.91 0.19 111.38 0.84 0.44
Hex 2D CE 12 4E 0 5B 13 6F 54 2C
Octal 55 316 22 116 0 133 23 157 124 54
Binary 101101 11001110 10010 1001110 0 1011011 10011 1101111 1010100 101100

Color Harmonies of #2DCE12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DCE12

Black with #2DCE12

Text Example


Text Example

White with #2DCE12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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