Html Css Color HEX #33DB21 Lime Green

📋 copy color: '#33DB21'

red 51 ◦ green 219 ◦ blue 33

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

Shades of Lime Green #33DB21

Tints of Lime Green #33DB21

RGB

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

 GREEN value IS 219 (85.94% from 255) = 72.28%

 BLUE value IS 33 (13.28% from 255) = 10.89%

R = 16.83%
G = 72.28%
B = 10.89%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.85

 K value IS 0.14

RGB Variations

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

Color information

#33DB21 (or 0x33DB21) is known color: Lime Green. HEX triplet: 33, DB and 21. RGB value is (51,219,33). Sum of RGB (Red+Green+Blue) = 51+219+33=303 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.83% from 303); Green value is 219 (85.94% from 255 or 72.28% from 303); Blue value is 33 (13.28% from 255 or 10.89% from 303); Max value from RGB is 219 - color contains mainly: green. Hex color #33DB21 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #33DB21 is #CC24DE. Grayscale: #949494. Windows color (decimal): -13378783 or 2218803. OLE color: 2218803.

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

Color convert

RGB 51 219 33 -
CMYK 0.77 0 0.85 0.14
HSL 114.19º 0.74% 0.49% -
HSV(B) 114.19º 0.85% 0.86% -
XYZ 26.97 51.48 9.95 -
YUV 147.56 63.34 59.12 -
System Red Green Blue C M Y K H S L
Decimal 51 219 33 0.77 0 0.85 0.14 114.19 0.74 0.49
Hex 33 DB 21 4D 0 55 E 72 4A 31
Octal 63 333 41 115 0 125 16 162 112 61
Binary 110011 11011011 100001 1001101 0 1010101 1110 1110010 1001010 110001

Color Harmonies of #33DB21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33DB21

Black with #33DB21

Text Example


Text Example

White with #33DB21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,219,33); }

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

background-color css

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

 a { background-color: rgb(51,219,33); }

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

border-color css

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

 span { border-color: rgb(51,219,33); }

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