Html Css Color HEX #33C050 Lime Green

📋 copy color: '#33C050'

red 51 ◦ green 192 ◦ blue 80

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

Shades of Lime Green #33C050

Tints of Lime Green #33C050

RGB

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

 GREEN value IS 192 (75.39% from 255) = 59.44%

 BLUE value IS 80 (31.64% from 255) = 24.77%

R = 15.79%
G = 59.44%
B = 24.77%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.58

 K value IS 0.25

RGB Variations

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

Color information

#33C050 (or 0x33C050) is known color: Lime Green. HEX triplet: 33, C0 and 50. RGB value is (51,192,80). Sum of RGB (Red+Green+Blue) = 51+192+80=323 (42% of max value = 765). Red value is 51 (20.31% from 255 or 15.79% from 323); Green value is 192 (75.39% from 255 or 59.44% from 323); Blue value is 80 (31.64% from 255 or 24.77% from 323); Max value from RGB is 192 - color contains mainly: green. Hex color #33C050 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #33C050 is #CC3FAF. Grayscale: #898989. Windows color (decimal): -13385648 or 5292083. OLE color: 5292083.

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

Color convert

RGB 51 192 80 -
CMYK 0.73 0 0.58 0.25
HSL 132.34º 0.58% 0.48% -
HSV(B) 132.34º 0.73% 0.75% -
XYZ 21.66 38.98 13.97 -
YUV 137.07 95.79 66.61 -
System Red Green Blue C M Y K H S L
Decimal 51 192 80 0.73 0 0.58 0.25 132.34 0.58 0.48
Hex 33 C0 50 49 0 3A 19 84 3A 30
Octal 63 300 120 111 0 72 31 204 72 60
Binary 110011 11000000 1010000 1001001 0 111010 11001 10000100 111010 110000

Color Harmonies of #33C050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33C050

Black with #33C050

Text Example


Text Example

White with #33C050

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,192,80); }

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

background-color css

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

 a { background-color: rgb(51,192,80); }

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

border-color css

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

 span { border-color: rgb(51,192,80); }

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