Html Css Color HEX #33D950 Lime Green

📋 copy color: '#33D950'

red 51 ◦ green 217 ◦ blue 80

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

Shades of Lime Green #33D950

Tints of Lime Green #33D950

RGB

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

 GREEN value IS 217 (85.16% from 255) = 62.36%

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

R = 14.66%
G = 62.36%
B = 22.99%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.63

 K value IS 0.15

RGB Variations

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

Color information

#33D950 (or 0x33D950) is known color: Lime Green. HEX triplet: 33, D9 and 50. RGB value is (51,217,80). Sum of RGB (Red+Green+Blue) = 51+217+80=348 (46% of max value = 765). Red value is 51 (20.31% from 255 or 14.66% from 348); Green value is 217 (85.16% from 255 or 62.36% from 348); Blue value is 80 (31.64% from 255 or 22.99% from 348); Max value from RGB is 217 - color contains mainly: green. Hex color #33D950 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #33D950 is #CC26AF. Grayscale: #989898. Windows color (decimal): -13379248 or 5298483. OLE color: 5298483.

HSL color Cylindrical-coordinate representation of color #33D950: hue angle of 130.48º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #33D950 is Cyan = 0.76, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.15.

Color convert

RGB 51 217 80 -
CMYK 0.76 0 0.63 0.15
HSL 130.48º 0.69% 0.53% -
HSV(B) 130.48º 0.76% 0.85% -
XYZ 27.63 50.91 15.96 -
YUV 151.75 87.5 56.14 -
System Red Green Blue C M Y K H S L
Decimal 51 217 80 0.76 0 0.63 0.15 130.48 0.69 0.53
Hex 33 D9 50 4C 0 3F F 82 45 35
Octal 63 331 120 114 0 77 17 202 105 65
Binary 110011 11011001 1010000 1001100 0 111111 1111 10000010 1000101 110101

Color Harmonies of #33D950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33D950

Black with #33D950

Text Example


Text Example

White with #33D950

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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