Html Css Color HEX #2DEC28 Lime Green

📋 copy color: '#2DEC28'

red 45 ◦ green 236 ◦ blue 40

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

Shades of Lime Green #2DEC28

Tints of Lime Green #2DEC28

RGB

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

 GREEN value IS 236 (92.58% from 255) = 73.52%

 BLUE value IS 40 (16.02% from 255) = 12.46%

R = 14.02%
G = 73.52%
B = 12.46%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.83

 K value IS 0.07

RGB Variations

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

Color information

#2DEC28 (or 0x2DEC28) is known color: Lime Green. HEX triplet: 2D, EC and 28. RGB value is (45,236,40). Sum of RGB (Red+Green+Blue) = 45+236+40=321 (42% of max value = 765). Red value is 45 (17.97% from 255 or 14.02% from 321); Green value is 236 (92.58% from 255 or 73.52% from 321); Blue value is 40 (16.02% from 255 or 12.46% from 321); Max value from RGB is 236 - color contains mainly: green. Hex color #2DEC28 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2DEC28 is #D213D7. Grayscale: #9D9D9D. Windows color (decimal): -13767640 or 2681901. OLE color: 2681901.

HSL color Cylindrical-coordinate representation of color #2DEC28: hue angle of 118.47º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2DEC28 is Cyan = 0.81, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.07.

Color convert

RGB 45 236 40 -
CMYK 0.81 0 0.83 0.07
HSL 118.47º 0.84% 0.54% -
HSV(B) 118.47º 0.83% 0.93% -
XYZ 31.46 60.7 12.07 -
YUV 156.55 62.22 48.44 -
System Red Green Blue C M Y K H S L
Decimal 45 236 40 0.81 0 0.83 0.07 118.47 0.84 0.54
Hex 2D EC 28 51 0 53 7 76 54 36
Octal 55 354 50 121 0 123 7 166 124 66
Binary 101101 11101100 101000 1010001 0 1010011 111 1110110 1010100 110110

Color Harmonies of #2DEC28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DEC28

Black with #2DEC28

Text Example


Text Example

White with #2DEC28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,236,40); }

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

background-color css

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

 a { background-color: rgb(45,236,40); }

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

border-color css

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

 span { border-color: rgb(45,236,40); }

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