Html Css Color HEX #33EC42 Lime Green

📋 copy color: '#33EC42'

red 51 ◦ green 236 ◦ blue 66

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

Shades of Lime Green #33EC42

Tints of Lime Green #33EC42

RGB

 RED value IS 51 (20.31% from 255) = 14.45%

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

 BLUE value IS 66 (26.17% from 255) = 18.7%

R = 14.45%
G = 66.86%
B = 18.7%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.72

 K value IS 0.07

RGB Variations

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

Color information

#33EC42 (or 0x33EC42) is known color: Lime Green. HEX triplet: 33, EC and 42. RGB value is (51,236,66). Sum of RGB (Red+Green+Blue) = 51+236+66=353 (46% of max value = 765). Red value is 51 (20.31% from 255 or 14.45% from 353); Green value is 236 (92.58% from 255 or 66.86% from 353); Blue value is 66 (26.17% from 255 or 18.70% from 353); Max value from RGB is 236 - color contains mainly: green. Hex color #33EC42 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #33EC42 is #CC13BD. Grayscale: #A1A1A1. Windows color (decimal): -13374398 or 4385843. OLE color: 4385843.

HSL color Cylindrical-coordinate representation of color #33EC42: hue angle of 124.86º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #33EC42 is Cyan = 0.78, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.07.

Color convert

RGB 51 236 66 -
CMYK 0.78 0 0.72 0.07
HSL 124.86º 0.83% 0.56% -
HSV(B) 124.86º 0.78% 0.93% -
XYZ 32.34 61.09 15.24 -
YUV 161.31 74.21 49.32 -
System Red Green Blue C M Y K H S L
Decimal 51 236 66 0.78 0 0.72 0.07 124.86 0.83 0.56
Hex 33 EC 42 4E 0 48 7 7D 53 38
Octal 63 354 102 116 0 110 7 175 123 70
Binary 110011 11101100 1000010 1001110 0 1001000 111 1111101 1010011 111000

Color Harmonies of #33EC42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33EC42

Black with #33EC42

Text Example


Text Example

White with #33EC42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #33EC42; }

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

 H1.HeaderClassName
 {
   color: #33EC42;
 }
 .AnyTagClassName
 {
   color: #33EC42;
 }
</style>

background-color css

<style>
 a { background-color: #33EC42; }

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

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

border-color css

<style>
 span { border-color: #33EC42; }

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

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