Html Css Color HEX #2DEC33 Lime Green

📋 copy color: '#2DEC33'

red 45 ◦ green 236 ◦ blue 51

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

Shades of Lime Green #2DEC33

Tints of Lime Green #2DEC33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 15.36%

R = 13.55%
G = 71.08%
B = 15.36%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.78

 K value IS 0.07

RGB Variations

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

Color information

#2DEC33 (or 0x2DEC33) is known color: Lime Green. HEX triplet: 2D, EC and 33. RGB value is (45,236,51). Sum of RGB (Red+Green+Blue) = 45+236+51=332 (43% of max value = 765). Red value is 45 (17.97% from 255 or 13.55% from 332); Green value is 236 (92.58% from 255 or 71.08% from 332); Blue value is 51 (20.31% from 255 or 15.36% from 332); Max value from RGB is 236 - color contains mainly: green. Hex color #2DEC33 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2DEC33 is #D213CC. Grayscale: #9E9E9E. Windows color (decimal): -13767629 or 3402797. OLE color: 3402797.

HSL color Cylindrical-coordinate representation of color #2DEC33: hue angle of 121.88º 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 #2DEC33 is Cyan = 0.81, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.07.

Color convert

RGB 45 236 51 -
CMYK 0.81 0 0.78 0.07
HSL 121.88º 0.83% 0.55% -
HSV(B) 121.88º 0.81% 0.93% -
XYZ 31.68 60.79 13.2 -
YUV 157.8 67.72 47.54 -
System Red Green Blue C M Y K H S L
Decimal 45 236 51 0.81 0 0.78 0.07 121.88 0.83 0.55
Hex 2D EC 33 51 0 4E 7 7A 53 37
Octal 55 354 63 121 0 116 7 172 123 67
Binary 101101 11101100 110011 1010001 0 1001110 111 1111010 1010011 110111

Color Harmonies of #2DEC33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DEC33

Black with #2DEC33

Text Example


Text Example

White with #2DEC33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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