Html Css Color HEX #2DC818 Lime Green

📋 copy color: '#2DC818'

red 45 ◦ green 200 ◦ blue 24

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

Shades of Lime Green #2DC818

Tints of Lime Green #2DC818

RGB

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

 GREEN value IS 200 (78.52% from 255) = 74.35%

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

R = 16.73%
G = 74.35%
B = 8.92%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#2DC818 (or 0x2DC818) is known color: Lime Green. HEX triplet: 2D, C8 and 18. RGB value is (45,200,24). Sum of RGB (Red+Green+Blue) = 45+200+24=269 (35% of max value = 765). Red value is 45 (17.97% from 255 or 16.73% from 269); Green value is 200 (78.52% from 255 or 74.35% from 269); Blue value is 24 (9.77% from 255 or 8.92% from 269); Max value from RGB is 200 - color contains mainly: green. Hex color #2DC818 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2DC818 is #D237E7. Grayscale: #868686. Windows color (decimal): -13776872 or 1624109. OLE color: 1624109.

HSL color Cylindrical-coordinate representation of color #2DC818: hue angle of 112.84º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2DC818 is Cyan = 0.78, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.22.

Color convert

RGB 45 200 24 -
CMYK 0.78 0 0.88 0.22
HSL 112.84º 0.79% 0.44% -
HSV(B) 112.84º 0.88% 0.78% -
XYZ 21.9 41.93 7.8 -
YUV 133.59 66.15 64.81 -
System Red Green Blue C M Y K H S L
Decimal 45 200 24 0.78 0 0.88 0.22 112.84 0.79 0.44
Hex 2D C8 18 4E 0 58 16 71 4F 2C
Octal 55 310 30 116 0 130 26 161 117 54
Binary 101101 11001000 11000 1001110 0 1011000 10110 1110001 1001111 101100

Color Harmonies of #2DC818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DC818

Black with #2DC818

Text Example


Text Example

White with #2DC818

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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