Html Css Color HEX #33C532 Lime Green

📋 copy color: '#33C532'

red 51 ◦ green 197 ◦ blue 50

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

Shades of Lime Green #33C532

Tints of Lime Green #33C532

RGB

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

 GREEN value IS 197 (77.34% from 255) = 66.11%

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

R = 17.11%
G = 66.11%
B = 16.78%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.75

 K value IS 0.23

RGB Variations

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

Color information

#33C532 (or 0x33C532) is known color: Lime Green. HEX triplet: 33, C5 and 32. RGB value is (51,197,50). Sum of RGB (Red+Green+Blue) = 51+197+50=298 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17.11% from 298); Green value is 197 (77.34% from 255 or 66.11% from 298); Blue value is 50 (19.92% from 255 or 16.78% from 298); Max value from RGB is 197 - color contains mainly: green. Hex color #33C532 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #33C532 is #CC3ACD. Grayscale: #898989. Windows color (decimal): -13384398 or 3327283. OLE color: 3327283.

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

Color convert

RGB 51 197 50 -
CMYK 0.74 0 0.75 0.23
HSL 119.59º 0.6% 0.48% -
HSV(B) 119.59º 0.75% 0.77% -
XYZ 21.91 40.87 9.75 -
YUV 136.59 79.13 66.95 -
System Red Green Blue C M Y K H S L
Decimal 51 197 50 0.74 0 0.75 0.23 119.59 0.6 0.48
Hex 33 C5 32 4A 0 4B 17 78 3C 30
Octal 63 305 62 112 0 113 27 170 74 60
Binary 110011 11000101 110010 1001010 0 1001011 10111 1111000 111100 110000

Color Harmonies of #33C532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33C532

Black with #33C532

Text Example


Text Example

White with #33C532

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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