Html Css Color HEX #33FF42 Lime Green

📋 copy color: '#33FF42'

red 51 ◦ green 255 ◦ blue 66

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

Shades of Lime Green #33FF42

Tints of Lime Green #33FF42

RGB

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

 GREEN value IS 255 (100% from 255) = 68.55%

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

R = 13.71%
G = 68.55%
B = 17.74%

CMYK

 C value IS 0.8

 M value IS 0

 Y value IS 0.74

 K value IS 0

RGB Variations

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

Color information

#33FF42 (or 0x33FF42) is known color: Lime Green. HEX triplet: 33, FF and 42. RGB value is (51,255,66). Sum of RGB (Red+Green+Blue) = 51+255+66=372 (49% of max value = 765). Red value is 51 (20.31% from 255 or 13.71% from 372); Green value is 255 (100% from 255 or 68.55% from 372); Blue value is 66 (26.17% from 255 or 17.74% from 372); Max value from RGB is 255 - color contains mainly: green. Hex color #33FF42 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #33FF42 is #CC00BD. Grayscale: #ADADAD. Windows color (decimal): -13369534 or 4390707. OLE color: 4390707.

HSL color Cylindrical-coordinate representation of color #33FF42: hue angle of 124.41º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #33FF42 is Cyan = 0.8, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.

Color convert

RGB 51 255 66 -
CMYK 0.8 0 0.74 0
HSL 124.41º 1% 0.6% -
HSV(B) 124.41º 0.8% 1% -
XYZ 38.11 72.62 17.16 -
YUV 172.46 67.91 41.37 -
System Red Green Blue C M Y K H S L
Decimal 51 255 66 0.8 0 0.74 0 124.41 1 0.6
Hex 33 FF 42 50 0 4A 0 7C 64 3C
Octal 63 377 102 120 0 112 0 174 144 74
Binary 110011 11111111 1000010 1010000 0 1001010 0 1111100 1100100 111100

Color Harmonies of #33FF42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33FF42

Black with #33FF42

Text Example


Text Example

White with #33FF42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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