Html Css Color HEX #33EE42 Lime Green

📋 copy color: '#33EE42'

red 51 ◦ green 238 ◦ blue 66

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

Shades of Lime Green #33EE42

Tints of Lime Green #33EE42

RGB

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

 GREEN value IS 238 (93.36% from 255) = 67.04%

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

R = 14.37%
G = 67.04%
B = 18.59%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.72

 K value IS 0.07

RGB Variations

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

Color information

#33EE42 (or 0x33EE42) is known color: Lime Green. HEX triplet: 33, EE and 42. RGB value is (51,238,66). Sum of RGB (Red+Green+Blue) = 51+238+66=355 (47% of max value = 765). Red value is 51 (20.31% from 255 or 14.37% from 355); Green value is 238 (93.36% from 255 or 67.04% from 355); Blue value is 66 (26.17% from 255 or 18.59% from 355); Max value from RGB is 238 - color contains mainly: green. Hex color #33EE42 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #33EE42 is #CC11BD. Grayscale: #A2A2A2. Windows color (decimal): -13373886 or 4386355. OLE color: 4386355.

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

Color convert

RGB 51 238 66 -
CMYK 0.79 0 0.72 0.07
HSL 124.81º 0.85% 0.57% -
HSV(B) 124.81º 0.79% 0.93% -
XYZ 32.92 62.25 15.43 -
YUV 162.48 73.55 48.49 -
System Red Green Blue C M Y K H S L
Decimal 51 238 66 0.79 0 0.72 0.07 124.81 0.85 0.57
Hex 33 EE 42 4F 0 48 7 7D 55 39
Octal 63 356 102 117 0 110 7 175 125 71
Binary 110011 11101110 1000010 1001111 0 1001000 111 1111101 1010101 111001

Color Harmonies of #33EE42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33EE42

Black with #33EE42

Text Example


Text Example

White with #33EE42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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