Html Css Color HEX #2DEC38 Lime Green

📋 copy color: '#2DEC38'

red 45 ◦ green 236 ◦ blue 56

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

Shades of Lime Green #2DEC38

Tints of Lime Green #2DEC38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 16.62%

R = 13.35%
G = 70.03%
B = 16.62%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.76

 K value IS 0.07

RGB Variations

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

Color information

#2DEC38 (or 0x2DEC38) is known color: Lime Green. HEX triplet: 2D, EC and 38. RGB value is (45,236,56). Sum of RGB (Red+Green+Blue) = 45+236+56=337 (44% of max value = 765). Red value is 45 (17.97% from 255 or 13.35% from 337); Green value is 236 (92.58% from 255 or 70.03% from 337); Blue value is 56 (22.27% from 255 or 16.62% from 337); Max value from RGB is 236 - color contains mainly: green. Hex color #2DEC38 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2DEC38 is #D213C7. Grayscale: #9E9E9E. Windows color (decimal): -13767624 or 3730477. OLE color: 3730477.

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

Color convert

RGB 45 236 56 -
CMYK 0.81 0 0.76 0.07
HSL 123.46º 0.83% 0.55% -
HSV(B) 123.46º 0.81% 0.93% -
XYZ 31.79 60.83 13.81 -
YUV 158.37 70.22 47.14 -
System Red Green Blue C M Y K H S L
Decimal 45 236 56 0.81 0 0.76 0.07 123.46 0.83 0.55
Hex 2D EC 38 51 0 4C 7 7B 53 37
Octal 55 354 70 121 0 114 7 173 123 67
Binary 101101 11101100 111000 1010001 0 1001100 111 1111011 1010011 110111

Color Harmonies of #2DEC38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DEC38

Black with #2DEC38

Text Example


Text Example

White with #2DEC38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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