Html Css Color HEX #33DC31 Lime Green

📋 copy color: '#33DC31'

red 51 ◦ green 220 ◦ blue 49

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

Shades of Lime Green #33DC31

Tints of Lime Green #33DC31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 15.31%

R = 15.94%
G = 68.75%
B = 15.31%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.78

 K value IS 0.14

RGB Variations

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

Color information

#33DC31 (or 0x33DC31) is known color: Lime Green. HEX triplet: 33, DC and 31. RGB value is (51,220,49). Sum of RGB (Red+Green+Blue) = 51+220+49=320 (42% of max value = 765). Red value is 51 (20.31% from 255 or 15.94% from 320); Green value is 220 (86.33% from 255 or 68.75% from 320); Blue value is 49 (19.53% from 255 or 15.31% from 320); Max value from RGB is 220 - color contains mainly: green. Hex color #33DC31 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #33DC31 is #CC23CE. Grayscale: #969696. Windows color (decimal): -13378511 or 3267635. OLE color: 3267635.

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

Color convert

RGB 51 220 49 -
CMYK 0.77 0 0.78 0.14
HSL 119.3º 0.71% 0.53% -
HSV(B) 119.3º 0.78% 0.86% -
XYZ 27.51 52.11 11.51 -
YUV 149.98 71.01 57.4 -
System Red Green Blue C M Y K H S L
Decimal 51 220 49 0.77 0 0.78 0.14 119.3 0.71 0.53
Hex 33 DC 31 4D 0 4E E 77 47 35
Octal 63 334 61 115 0 116 16 167 107 65
Binary 110011 11011100 110001 1001101 0 1001110 1110 1110111 1000111 110101

Color Harmonies of #33DC31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33DC31

Black with #33DC31

Text Example


Text Example

White with #33DC31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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