Html Css Color HEX #33DE16 Lime Green

📋 copy color: '#33DE16'

red 51 ◦ green 222 ◦ blue 22

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

Shades of Lime Green #33DE16

Tints of Lime Green #33DE16

RGB

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

 GREEN value IS 222 (87.11% from 255) = 75.25%

 BLUE value IS 22 (8.98% from 255) = 7.46%

R = 17.29%
G = 75.25%
B = 7.46%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#33DE16 (or 0x33DE16) is known color: Lime Green. HEX triplet: 33, DE and 16. RGB value is (51,222,22). Sum of RGB (Red+Green+Blue) = 51+222+22=295 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17.29% from 295); Green value is 222 (87.11% from 255 or 75.25% from 295); Blue value is 22 (8.98% from 255 or 7.46% from 295); Max value from RGB is 222 - color contains mainly: green. Hex color #33DE16 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #33DE16 is #CC21E9. Grayscale: #949494. Windows color (decimal): -13378026 or 1498675. OLE color: 1498675.

HSL color Cylindrical-coordinate representation of color #33DE16: hue angle of 111.3º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #33DE16 is Cyan = 0.77, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.13.

Color convert

RGB 51 222 22 -
CMYK 0.77 0 0.90 0.13
HSL 111.3º 0.82% 0.48% -
HSV(B) 111.3º 0.9% 0.87% -
XYZ 27.63 53 9.53 -
YUV 148.07 56.85 58.76 -
System Red Green Blue C M Y K H S L
Decimal 51 222 22 0.77 0 0.90 0.13 111.3 0.82 0.48
Hex 33 DE 16 4D 0 5A D 6F 52 30
Octal 63 336 26 115 0 132 15 157 122 60
Binary 110011 11011110 10110 1001101 0 1011010 1101 1101111 1010010 110000

Color Harmonies of #33DE16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33DE16

Black with #33DE16

Text Example


Text Example

White with #33DE16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,222,22); }

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

background-color css

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

 a { background-color: rgb(51,222,22); }

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

border-color css

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

 span { border-color: rgb(51,222,22); }

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