Html Css Color HEX #33DF13 Lime Green

📋 copy color: '#33DF13'

red 51 ◦ green 223 ◦ blue 19

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

Shades of Lime Green #33DF13

Tints of Lime Green #33DF13

RGB

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

 GREEN value IS 223 (87.5% from 255) = 76.11%

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

R = 17.41%
G = 76.11%
B = 6.48%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#33DF13 (or 0x33DF13) is known color: Lime Green. HEX triplet: 33, DF and 13. RGB value is (51,223,19). Sum of RGB (Red+Green+Blue) = 51+223+19=293 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.41% from 293); Green value is 223 (87.5% from 255 or 76.11% from 293); Blue value is 19 (7.81% from 255 or 6.48% from 293); Max value from RGB is 223 - color contains mainly: green. Hex color #33DF13 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #33DF13 is #CC20EC. Grayscale: #949494. Windows color (decimal): -13377773 or 1302323. OLE color: 1302323.

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

Color convert

RGB 51 223 19 -
CMYK 0.77 0 0.91 0.13
HSL 110.59º 0.84% 0.47% -
HSV(B) 110.59º 0.91% 0.87% -
XYZ 27.87 53.53 9.48 -
YUV 148.32 55.02 58.59 -
System Red Green Blue C M Y K H S L
Decimal 51 223 19 0.77 0 0.91 0.13 110.59 0.84 0.47
Hex 33 DF 13 4D 0 5B D 6F 54 2F
Octal 63 337 23 115 0 133 15 157 124 57
Binary 110011 11011111 10011 1001101 0 1011011 1101 1101111 1010100 101111

Color Harmonies of #33DF13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33DF13

Black with #33DF13

Text Example


Text Example

White with #33DF13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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