Html Css Color HEX #33DC28 Lime Green

📋 copy color: '#33DC28'

red 51 ◦ green 220 ◦ blue 40

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

Shades of Lime Green #33DC28

Tints of Lime Green #33DC28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 12.86%

R = 16.4%
G = 70.74%
B = 12.86%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.82

 K value IS 0.14

RGB Variations

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

Color information

#33DC28 (or 0x33DC28) is known color: Lime Green. HEX triplet: 33, DC and 28. RGB value is (51,220,40). Sum of RGB (Red+Green+Blue) = 51+220+40=311 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.40% from 311); Green value is 220 (86.33% from 255 or 70.74% from 311); Blue value is 40 (16.02% from 255 or 12.86% from 311); Max value from RGB is 220 - color contains mainly: green. Hex color #33DC28 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #33DC28 is #CC23D7. Grayscale: #959595. Windows color (decimal): -13378520 or 2677811. OLE color: 2677811.

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

Color convert

RGB 51 220 40 -
CMYK 0.77 0 0.82 0.14
HSL 116.33º 0.72% 0.51% -
HSV(B) 116.33º 0.82% 0.86% -
XYZ 27.34 52.04 10.61 -
YUV 148.95 66.51 58.14 -
System Red Green Blue C M Y K H S L
Decimal 51 220 40 0.77 0 0.82 0.14 116.33 0.72 0.51
Hex 33 DC 28 4D 0 52 E 74 48 33
Octal 63 334 50 115 0 122 16 164 110 63
Binary 110011 11011100 101000 1001101 0 1010010 1110 1110100 1001000 110011

Color Harmonies of #33DC28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33DC28

Black with #33DC28

Text Example


Text Example

White with #33DC28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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