Html Css Color HEX #33E042 Lime Green

📋 copy color: '#33E042'

red 51 ◦ green 224 ◦ blue 66

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

Shades of Lime Green #33E042

Tints of Lime Green #33E042

RGB

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

 GREEN value IS 224 (87.89% from 255) = 65.69%

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

R = 14.96%
G = 65.69%
B = 19.35%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.71

 K value IS 0.12

RGB Variations

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

Color information

#33E042 (or 0x33E042) is known color: Lime Green. HEX triplet: 33, E0 and 42. RGB value is (51,224,66). Sum of RGB (Red+Green+Blue) = 51+224+66=341 (45% of max value = 765). Red value is 51 (20.31% from 255 or 14.96% from 341); Green value is 224 (87.89% from 255 or 65.69% from 341); Blue value is 66 (26.17% from 255 or 19.35% from 341); Max value from RGB is 224 - color contains mainly: green. Hex color #33E042 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #33E042 is #CC1FBD. Grayscale: #9A9A9A. Windows color (decimal): -13377470 or 4382771. OLE color: 4382771.

HSL color Cylindrical-coordinate representation of color #33E042: hue angle of 125.2º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #33E042 is Cyan = 0.77, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.12.

Color convert

RGB 51 224 66 -
CMYK 0.77 0 0.71 0.12
HSL 125.2º 0.74% 0.54% -
HSV(B) 125.2º 0.77% 0.88% -
XYZ 29 54.41 14.13 -
YUV 154.26 78.19 54.35 -
System Red Green Blue C M Y K H S L
Decimal 51 224 66 0.77 0 0.71 0.12 125.2 0.74 0.54
Hex 33 E0 42 4D 0 47 C 7D 4A 36
Octal 63 340 102 115 0 107 14 175 112 66
Binary 110011 11100000 1000010 1001101 0 1000111 1100 1111101 1001010 110110

Color Harmonies of #33E042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33E042

Black with #33E042

Text Example


Text Example

White with #33E042

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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