Html Css Color HEX #33BA32 Lime Green

📋 copy color: '#33BA32'

red 51 ◦ green 186 ◦ blue 50

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

Shades of Lime Green #33BA32

Tints of Lime Green #33BA32

RGB

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

 GREEN value IS 186 (73.05% from 255) = 64.81%

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

R = 17.77%
G = 64.81%
B = 17.42%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.73

 K value IS 0.27

RGB Variations

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

Color information

#33BA32 (or 0x33BA32) is known color: Lime Green. HEX triplet: 33, BA and 32. RGB value is (51,186,50). Sum of RGB (Red+Green+Blue) = 51+186+50=287 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.77% from 287); Green value is 186 (73.05% from 255 or 64.81% from 287); Blue value is 50 (19.92% from 255 or 17.42% from 287); Max value from RGB is 186 - color contains mainly: green. Hex color #33BA32 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #33BA32 is #CC45CD. Grayscale: #828282. Windows color (decimal): -13387214 or 3324467. OLE color: 3324467.

HSL color Cylindrical-coordinate representation of color #33BA32: hue angle of 119.56º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #33BA32 is Cyan = 0.73, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.27.

Color convert

RGB 51 186 50 -
CMYK 0.73 0 0.73 0.27
HSL 119.56º 0.58% 0.46% -
HSV(B) 119.56º 0.73% 0.73% -
XYZ 19.5 36.05 8.95 -
YUV 130.13 82.77 71.56 -
System Red Green Blue C M Y K H S L
Decimal 51 186 50 0.73 0 0.73 0.27 119.56 0.58 0.46
Hex 33 BA 32 49 0 49 1B 78 3A 2E
Octal 63 272 62 111 0 111 33 170 72 56
Binary 110011 10111010 110010 1001001 0 1001001 11011 1111000 111010 101110

Color Harmonies of #33BA32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33BA32

Black with #33BA32

Text Example


Text Example

White with #33BA32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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