Html Css Color HEX #33DC4F Lime Green

📋 copy color: '#33DC4F'

red 51 ◦ green 220 ◦ blue 79

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

Shades of Lime Green #33DC4F

Tints of Lime Green #33DC4F

RGB

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

 GREEN value IS 220 (86.33% from 255) = 62.86%

 BLUE value IS 79 (31.25% from 255) = 22.57%

R = 14.57%
G = 62.86%
B = 22.57%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.64

 K value IS 0.14

RGB Variations

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

Color information

#33DC4F (or 0x33DC4F) is known color: Lime Green. HEX triplet: 33, DC and 4F. RGB value is (51,220,79). Sum of RGB (Red+Green+Blue) = 51+220+79=350 (46% of max value = 765). Red value is 51 (20.31% from 255 or 14.57% from 350); Green value is 220 (86.33% from 255 or 62.86% from 350); Blue value is 79 (31.25% from 255 or 22.57% from 350); Max value from RGB is 220 - color contains mainly: green. Hex color #33DC4F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #33DC4F is #CC23B0. Grayscale: #999999. Windows color (decimal): -13378481 or 5233715. OLE color: 5233715.

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

Color convert

RGB 51 220 79 -
CMYK 0.77 0 0.64 0.14
HSL 129.94º 0.71% 0.53% -
HSV(B) 129.94º 0.77% 0.86% -
XYZ 28.37 52.45 16.03 -
YUV 153.4 86.01 54.96 -
System Red Green Blue C M Y K H S L
Decimal 51 220 79 0.77 0 0.64 0.14 129.94 0.71 0.53
Hex 33 DC 4F 4D 0 40 E 82 47 35
Octal 63 334 117 115 0 100 16 202 107 65
Binary 110011 11011100 1001111 1001101 0 1000000 1110 10000010 1000111 110101

Color Harmonies of #33DC4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33DC4F

Black with #33DC4F

Text Example


Text Example

White with #33DC4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,220,79); }

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

background-color css

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

 a { background-color: rgb(51,220,79); }

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

border-color css

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

 span { border-color: rgb(51,220,79); }

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