Html Css Color HEX #33DF14 Lime Green

📋 copy color: '#33DF14'

red 51 ◦ green 223 ◦ blue 20

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

Shades of Lime Green #33DF14

Tints of Lime Green #33DF14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 6.8%

R = 17.35%
G = 75.85%
B = 6.8%

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

#33DF14 (or 0x33DF14) is known color: Lime Green. HEX triplet: 33, DF and 14. RGB value is (51,223,20). Sum of RGB (Red+Green+Blue) = 51+223+20=294 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.35% from 294); Green value is 223 (87.5% from 255 or 75.85% from 294); Blue value is 20 (8.20% from 255 or 6.80% from 294); Max value from RGB is 223 - color contains mainly: green. Hex color #33DF14 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #33DF14 is #CC20EB. Grayscale: #959595. Windows color (decimal): -13377772 or 1367859. OLE color: 1367859.

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

Color convert

RGB 51 223 20 -
CMYK 0.77 0 0.91 0.13
HSL 110.84º 0.84% 0.48% -
HSV(B) 110.84º 0.91% 0.87% -
XYZ 27.88 53.53 9.52 -
YUV 148.43 55.52 58.51 -
System Red Green Blue C M Y K H S L
Decimal 51 223 20 0.77 0 0.91 0.13 110.84 0.84 0.48
Hex 33 DF 14 4D 0 5B D 6F 54 30
Octal 63 337 24 115 0 133 15 157 124 60
Binary 110011 11011111 10100 1001101 0 1011011 1101 1101111 1010100 110000

Color Harmonies of #33DF14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33DF14

Black with #33DF14

Text Example


Text Example

White with #33DF14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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