Html Css Color HEX #33DC3F Lime Green

📋 copy color: '#33DC3F'

red 51 ◦ green 220 ◦ blue 63

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

Shades of Lime Green #33DC3F

Tints of Lime Green #33DC3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 18.86%

R = 15.27%
G = 65.87%
B = 18.86%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.71

 K value IS 0.14

RGB Variations

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

Color information

#33DC3F (or 0x33DC3F) is known color: Lime Green. HEX triplet: 33, DC and 3F. RGB value is (51,220,63). Sum of RGB (Red+Green+Blue) = 51+220+63=334 (44% of max value = 765). Red value is 51 (20.31% from 255 or 15.27% from 334); Green value is 220 (86.33% from 255 or 65.87% from 334); Blue value is 63 (25% from 255 or 18.86% from 334); Max value from RGB is 220 - color contains mainly: green. Hex color #33DC3F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #33DC3F is #CC23C0. Grayscale: #989898. Windows color (decimal): -13378497 or 4185139. OLE color: 4185139.

HSL color Cylindrical-coordinate representation of color #33DC3F: hue angle of 124.26º 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 #33DC3F is Cyan = 0.77, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.14.

Color convert

RGB 51 220 63 -
CMYK 0.77 0 0.71 0.14
HSL 124.26º 0.71% 0.53% -
HSV(B) 124.26º 0.77% 0.86% -
XYZ 27.86 52.25 13.32 -
YUV 151.57 78.01 56.27 -
System Red Green Blue C M Y K H S L
Decimal 51 220 63 0.77 0 0.71 0.14 124.26 0.71 0.53
Hex 33 DC 3F 4D 0 47 E 7C 47 35
Octal 63 334 77 115 0 107 16 174 107 65
Binary 110011 11011100 111111 1001101 0 1000111 1110 1111100 1000111 110101

Color Harmonies of #33DC3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33DC3F

Black with #33DC3F

Text Example


Text Example

White with #33DC3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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