Html Css Color HEX #33DD15 Lime Green

📋 copy color: '#33DD15'

red 51 ◦ green 221 ◦ blue 21

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

Shades of Lime Green #33DD15

Tints of Lime Green #33DD15

RGB

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

 GREEN value IS 221 (86.72% from 255) = 75.43%

 BLUE value IS 21 (8.59% from 255) = 7.17%

R = 17.41%
G = 75.43%
B = 7.17%

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

#33DD15 (or 0x33DD15) is known color: Lime Green. HEX triplet: 33, DD and 15. RGB value is (51,221,21). Sum of RGB (Red+Green+Blue) = 51+221+21=293 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.41% from 293); Green value is 221 (86.72% from 255 or 75.43% from 293); Blue value is 21 (8.59% from 255 or 7.17% from 293); Max value from RGB is 221 - color contains mainly: green. Hex color #33DD15 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #33DD15 is #CC22EA. Grayscale: #949494. Windows color (decimal): -13378283 or 1432883. OLE color: 1432883.

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

Color convert

RGB 51 221 21 -
CMYK 0.77 0 0.90 0.13
HSL 111º 0.83% 0.47% -
HSV(B) 111º 0.9% 0.87% -
XYZ 27.36 52.47 9.4 -
YUV 147.37 56.68 59.26 -
System Red Green Blue C M Y K H S L
Decimal 51 221 21 0.77 0 0.90 0.13 111 0.83 0.47
Hex 33 DD 15 4D 0 5A D 6F 53 2F
Octal 63 335 25 115 0 132 15 157 123 57
Binary 110011 11011101 10101 1001101 0 1011010 1101 1101111 1010011 101111

Color Harmonies of #33DD15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33DD15

Black with #33DD15

Text Example


Text Example

White with #33DD15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,221,21); }

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

background-color css

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

 a { background-color: rgb(51,221,21); }

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

border-color css

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

 span { border-color: rgb(51,221,21); }

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