Html Css Color HEX #33DC11 Lime Green

📋 copy color: '#33DC11'

red 51 ◦ green 220 ◦ blue 17

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

Shades of Lime Green #33DC11

Tints of Lime Green #33DC11

RGB

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

 GREEN value IS 220 (86.33% from 255) = 76.39%

 BLUE value IS 17 (7.03% from 255) = 5.9%

R = 17.71%
G = 76.39%
B = 5.9%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.92

 K value IS 0.14

RGB Variations

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

Color information

#33DC11 (or 0x33DC11) is known color: Lime Green. HEX triplet: 33, DC and 11. RGB value is (51,220,17). Sum of RGB (Red+Green+Blue) = 51+220+17=288 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.71% from 288); Green value is 220 (86.33% from 255 or 76.39% from 288); Blue value is 17 (7.03% from 255 or 5.90% from 288); Max value from RGB is 220 - color contains mainly: green. Hex color #33DC11 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #33DC11 is #CC23EE. Grayscale: #929292. Windows color (decimal): -13378543 or 1170483. OLE color: 1170483.

HSL color Cylindrical-coordinate representation of color #33DC11: hue angle of 109.95º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #33DC11 is Cyan = 0.77, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.14.

Color convert

RGB 51 220 17 -
CMYK 0.77 0 0.92 0.14
HSL 109.95º 0.86% 0.46% -
HSV(B) 109.95º 0.92% 0.86% -
XYZ 27.06 51.93 9.13 -
YUV 146.33 55.01 60.01 -
System Red Green Blue C M Y K H S L
Decimal 51 220 17 0.77 0 0.92 0.14 109.95 0.86 0.46
Hex 33 DC 11 4D 0 5C E 6E 56 2E
Octal 63 334 21 115 0 134 16 156 126 56
Binary 110011 11011100 10001 1001101 0 1011100 1110 1101110 1010110 101110

Color Harmonies of #33DC11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33DC11

Black with #33DC11

Text Example


Text Example

White with #33DC11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,220,17); }

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

background-color css

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

 a { background-color: rgb(51,220,17); }

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

border-color css

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

 span { border-color: rgb(51,220,17); }

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