Html Css Color HEX #2DEC26 Lime Green

📋 copy color: '#2DEC26'

red 45 ◦ green 236 ◦ blue 38

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

Shades of Lime Green #2DEC26

Tints of Lime Green #2DEC26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 11.91%

R = 14.11%
G = 73.98%
B = 11.91%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.84

 K value IS 0.07

RGB Variations

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

Color information

#2DEC26 (or 0x2DEC26) is known color: Lime Green. HEX triplet: 2D, EC and 26. RGB value is (45,236,38). Sum of RGB (Red+Green+Blue) = 45+236+38=319 (42% of max value = 765). Red value is 45 (17.97% from 255 or 14.11% from 319); Green value is 236 (92.58% from 255 or 73.98% from 319); Blue value is 38 (15.23% from 255 or 11.91% from 319); Max value from RGB is 236 - color contains mainly: green. Hex color #2DEC26 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2DEC26 is #D213D9. Grayscale: #9C9C9C. Windows color (decimal): -13767642 or 2550829. OLE color: 2550829.

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

Color convert

RGB 45 236 38 -
CMYK 0.81 0 0.84 0.07
HSL 117.88º 0.84% 0.54% -
HSV(B) 117.88º 0.84% 0.93% -
XYZ 31.43 60.69 11.89 -
YUV 156.32 61.22 48.6 -
System Red Green Blue C M Y K H S L
Decimal 45 236 38 0.81 0 0.84 0.07 117.88 0.84 0.54
Hex 2D EC 26 51 0 54 7 76 54 36
Octal 55 354 46 121 0 124 7 166 124 66
Binary 101101 11101100 100110 1010001 0 1010100 111 1110110 1010100 110110

Color Harmonies of #2DEC26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DEC26

Black with #2DEC26

Text Example


Text Example

White with #2DEC26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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