Html Css Color HEX #33FC32 Lime Green

📋 copy color: '#33FC32'

red 51 ◦ green 252 ◦ blue 50

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

Shades of Lime Green #33FC32

Tints of Lime Green #33FC32

RGB

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

 GREEN value IS 252 (98.83% from 255) = 71.39%

 BLUE value IS 50 (19.92% from 255) = 14.16%

R = 14.45%
G = 71.39%
B = 14.16%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.80

 K value IS 0.01

RGB Variations

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

Color information

#33FC32 (or 0x33FC32) is known color: Lime Green. HEX triplet: 33, FC and 32. RGB value is (51,252,50). Sum of RGB (Red+Green+Blue) = 51+252+50=353 (46% of max value = 765). Red value is 51 (20.31% from 255 or 14.45% from 353); Green value is 252 (98.83% from 255 or 71.39% from 353); Blue value is 50 (19.92% from 255 or 14.16% from 353); Max value from RGB is 252 - color contains mainly: green. Hex color #33FC32 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #33FC32 is #CC03CD. Grayscale: #A9A9A9. Windows color (decimal): -13370318 or 3341363. OLE color: 3341363.

HSL color Cylindrical-coordinate representation of color #33FC32: hue angle of 119.7º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #33FC32 is Cyan = 0.80, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.01.

Color convert

RGB 51 252 50 -
CMYK 0.80 0 0.80 0.01
HSL 119.7º 0.97% 0.59% -
HSV(B) 119.7º 0.8% 0.99% -
XYZ 36.75 70.55 14.7 -
YUV 168.87 60.91 43.93 -
System Red Green Blue C M Y K H S L
Decimal 51 252 50 0.80 0 0.80 0.01 119.7 0.97 0.59
Hex 33 FC 32 50 0 50 1 78 61 3B
Octal 63 374 62 120 0 120 1 170 141 73
Binary 110011 11111100 110010 1010000 0 1010000 1 1111000 1100001 111011

Color Harmonies of #33FC32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33FC32

Black with #33FC32

Text Example


Text Example

White with #33FC32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,252,50); }

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

background-color css

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

 a { background-color: rgb(51,252,50); }

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

border-color css

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

 span { border-color: rgb(51,252,50); }

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