Html Css Color HEX #2DC81A Lime Green

📋 copy color: '#2DC81A'

red 45 ◦ green 200 ◦ blue 26

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

Shades of Lime Green #2DC81A

Tints of Lime Green #2DC81A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 9.59%

R = 16.61%
G = 73.8%
B = 9.59%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.87

 K value IS 0.22

RGB Variations

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

Color information

#2DC81A (or 0x2DC81A) is known color: Lime Green. HEX triplet: 2D, C8 and 1A. RGB value is (45,200,26). Sum of RGB (Red+Green+Blue) = 45+200+26=271 (35% of max value = 765). Red value is 45 (17.97% from 255 or 16.61% from 271); Green value is 200 (78.52% from 255 or 73.80% from 271); Blue value is 26 (10.55% from 255 or 9.59% from 271); Max value from RGB is 200 - color contains mainly: green. Hex color #2DC81A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DC81A is #D237E5. Grayscale: #868686. Windows color (decimal): -13776870 or 1755181. OLE color: 1755181.

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

Color convert

RGB 45 200 26 -
CMYK 0.78 0 0.87 0.22
HSL 113.45º 0.77% 0.44% -
HSV(B) 113.45º 0.87% 0.78% -
XYZ 21.92 41.94 7.92 -
YUV 133.82 67.15 64.65 -
System Red Green Blue C M Y K H S L
Decimal 45 200 26 0.78 0 0.87 0.22 113.45 0.77 0.44
Hex 2D C8 1A 4E 0 57 16 71 4D 2C
Octal 55 310 32 116 0 127 26 161 115 54
Binary 101101 11001000 11010 1001110 0 1010111 10110 1110001 1001101 101100

Color Harmonies of #2DC81A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DC81A

Black with #2DC81A

Text Example


Text Example

White with #2DC81A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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