Html Css Color HEX #33FF46 Lime Green

📋 copy color: '#33FF46'

red 51 ◦ green 255 ◦ blue 70

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

Shades of Lime Green #33FF46

Tints of Lime Green #33FF46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 18.62%

R = 13.56%
G = 67.82%
B = 18.62%

CMYK

 C value IS 0.8

 M value IS 0

 Y value IS 0.73

 K value IS 0

RGB Variations

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

Color information

#33FF46 (or 0x33FF46) is known color: Lime Green. HEX triplet: 33, FF and 46. RGB value is (51,255,70). Sum of RGB (Red+Green+Blue) = 51+255+70=376 (49% of max value = 765). Red value is 51 (20.31% from 255 or 13.56% from 376); Green value is 255 (100% from 255 or 67.82% from 376); Blue value is 70 (27.73% from 255 or 18.62% from 376); Max value from RGB is 255 - color contains mainly: green. Hex color #33FF46 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #33FF46 is #CC00B9. Grayscale: #ADADAD. Windows color (decimal): -13369530 or 4652851. OLE color: 4652851.

HSL color Cylindrical-coordinate representation of color #33FF46: hue angle of 125.59º 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 #33FF46 is Cyan = 0.8, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.

Color convert

RGB 51 255 70 -
CMYK 0.8 0 0.73 0
HSL 125.59º 1% 0.6% -
HSV(B) 125.59º 0.8% 1% -
XYZ 38.23 72.67 17.81 -
YUV 172.91 69.91 41.04 -
System Red Green Blue C M Y K H S L
Decimal 51 255 70 0.8 0 0.73 0 125.59 1 0.6
Hex 33 FF 46 50 0 49 0 7E 64 3C
Octal 63 377 106 120 0 111 0 176 144 74
Binary 110011 11111111 1000110 1010000 0 1001001 0 1111110 1100100 111100

Color Harmonies of #33FF46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33FF46

Black with #33FF46

Text Example


Text Example

White with #33FF46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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