Html Css Color HEX #2DC018 Lime Green

📋 copy color: '#2DC018'

red 45 ◦ green 192 ◦ blue 24

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

Shades of Lime Green #2DC018

Tints of Lime Green #2DC018

RGB

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

 GREEN value IS 192 (75.39% from 255) = 73.56%

 BLUE value IS 24 (9.77% from 255) = 9.2%

R = 17.24%
G = 73.56%
B = 9.2%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.88

 K value IS 0.25

RGB Variations

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

Color information

#2DC018 (or 0x2DC018) is known color: Lime Green. HEX triplet: 2D, C0 and 18. RGB value is (45,192,24). Sum of RGB (Red+Green+Blue) = 45+192+24=261 (34% of max value = 765). Red value is 45 (17.97% from 255 or 17.24% from 261); Green value is 192 (75.39% from 255 or 73.56% from 261); Blue value is 24 (9.77% from 255 or 9.20% from 261); Max value from RGB is 192 - color contains mainly: green. Hex color #2DC018 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2DC018 is #D23FE7. Grayscale: #818181. Windows color (decimal): -13778920 or 1622061. OLE color: 1622061.

HSL color Cylindrical-coordinate representation of color #2DC018: hue angle of 112.5º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2DC018 is Cyan = 0.77, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.25.

Color convert

RGB 45 192 24 -
CMYK 0.77 0 0.88 0.25
HSL 112.5º 0.78% 0.42% -
HSV(B) 112.5º 0.88% 0.75% -
XYZ 20.1 38.32 7.2 -
YUV 128.9 68.8 68.16 -
System Red Green Blue C M Y K H S L
Decimal 45 192 24 0.77 0 0.88 0.25 112.5 0.78 0.42
Hex 2D C0 18 4D 0 58 19 70 4E 2A
Octal 55 300 30 115 0 130 31 160 116 52
Binary 101101 11000000 11000 1001101 0 1011000 11001 1110000 1001110 101010

Color Harmonies of #2DC018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DC018

Black with #2DC018

Text Example


Text Example

White with #2DC018

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,192,24); }

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

background-color css

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

 a { background-color: rgb(45,192,24); }

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

border-color css

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

 span { border-color: rgb(45,192,24); }

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