Html Css Color HEX #33C250 Lime Green

📋 copy color: '#33C250'

red 51 ◦ green 194 ◦ blue 80

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

Shades of Lime Green #33C250

Tints of Lime Green #33C250

RGB

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

 GREEN value IS 194 (76.17% from 255) = 59.69%

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

R = 15.69%
G = 59.69%
B = 24.62%

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

#33C250 (or 0x33C250) is known color: Lime Green. HEX triplet: 33, C2 and 50. RGB value is (51,194,80). Sum of RGB (Red+Green+Blue) = 51+194+80=325 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.69% from 325); Green value is 194 (76.17% from 255 or 59.69% from 325); Blue value is 80 (31.64% from 255 or 24.62% from 325); Max value from RGB is 194 - color contains mainly: green. Hex color #33C250 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #33C250 is #CC3DAF. Grayscale: #8A8A8A. Windows color (decimal): -13385136 or 5292595. OLE color: 5292595.

HSL color Cylindrical-coordinate representation of color #33C250: hue angle of 132.17º 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 #33C250 is Cyan = 0.74, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.24.

Color convert

RGB 51 194 80 -
CMYK 0.74 0 0.59 0.24
HSL 132.17º 0.58% 0.48% -
HSV(B) 132.17º 0.74% 0.76% -
XYZ 22.11 39.87 14.12 -
YUV 138.25 95.12 65.77 -
System Red Green Blue C M Y K H S L
Decimal 51 194 80 0.74 0 0.59 0.24 132.17 0.58 0.48
Hex 33 C2 50 4A 0 3B 18 84 3A 30
Octal 63 302 120 112 0 73 30 204 72 60
Binary 110011 11000010 1010000 1001010 0 111011 11000 10000100 111010 110000

Color Harmonies of #33C250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33C250

Black with #33C250

Text Example


Text Example

White with #33C250

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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