Html Css Color HEX #33C150 Lime Green

📋 copy color: '#33C150'

red 51 ◦ green 193 ◦ blue 80

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

Shades of Lime Green #33C150

Tints of Lime Green #33C150

RGB

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

 GREEN value IS 193 (75.78% from 255) = 59.57%

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

R = 15.74%
G = 59.57%
B = 24.69%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.59

 K value IS 0.24

RGB Variations

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

Color information

#33C150 (or 0x33C150) is known color: Lime Green. HEX triplet: 33, C1 and 50. RGB value is (51,193,80). Sum of RGB (Red+Green+Blue) = 51+193+80=324 (42% of max value = 765). Red value is 51 (20.31% from 255 or 15.74% from 324); Green value is 193 (75.78% from 255 or 59.57% from 324); Blue value is 80 (31.64% from 255 or 24.69% from 324); Max value from RGB is 193 - color contains mainly: green. Hex color #33C150 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #33C150 is #CC3EAF. Grayscale: #898989. Windows color (decimal): -13385392 or 5292339. OLE color: 5292339.

HSL color Cylindrical-coordinate representation of color #33C150: hue angle of 132.25º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #33C150 is Cyan = 0.74, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.24.

Color convert

RGB 51 193 80 -
CMYK 0.74 0 0.59 0.24
HSL 132.25º 0.58% 0.48% -
HSV(B) 132.25º 0.74% 0.76% -
XYZ 21.88 39.42 14.05 -
YUV 137.66 95.46 66.19 -
System Red Green Blue C M Y K H S L
Decimal 51 193 80 0.74 0 0.59 0.24 132.25 0.58 0.48
Hex 33 C1 50 4A 0 3B 18 84 3A 30
Octal 63 301 120 112 0 73 30 204 72 60
Binary 110011 11000001 1010000 1001010 0 111011 11000 10000100 111010 110000

Color Harmonies of #33C150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33C150

Black with #33C150

Text Example


Text Example

White with #33C150

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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