Html Css Color HEX #33DC13 Lime Green

📋 copy color: '#33DC13'

red 51 ◦ green 220 ◦ blue 19

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

Shades of Lime Green #33DC13

Tints of Lime Green #33DC13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 6.55%

R = 17.59%
G = 75.86%
B = 6.55%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.91

 K value IS 0.14

RGB Variations

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

Color information

#33DC13 (or 0x33DC13) is known color: Lime Green. HEX triplet: 33, DC and 13. RGB value is (51,220,19). Sum of RGB (Red+Green+Blue) = 51+220+19=290 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.59% from 290); Green value is 220 (86.33% from 255 or 75.86% from 290); Blue value is 19 (7.81% from 255 or 6.55% from 290); Max value from RGB is 220 - color contains mainly: green. Hex color #33DC13 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #33DC13 is #CC23EC. Grayscale: #939393. Windows color (decimal): -13378541 or 1301555. OLE color: 1301555.

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

Color convert

RGB 51 220 19 -
CMYK 0.77 0 0.91 0.14
HSL 110.45º 0.84% 0.47% -
HSV(B) 110.45º 0.91% 0.86% -
XYZ 27.08 51.94 9.21 -
YUV 146.56 56.01 59.84 -
System Red Green Blue C M Y K H S L
Decimal 51 220 19 0.77 0 0.91 0.14 110.45 0.84 0.47
Hex 33 DC 13 4D 0 5B E 6E 54 2F
Octal 63 334 23 115 0 133 16 156 124 57
Binary 110011 11011100 10011 1001101 0 1011011 1110 1101110 1010100 101111

Color Harmonies of #33DC13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33DC13

Black with #33DC13

Text Example


Text Example

White with #33DC13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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