Html Css Color HEX #33DC27 Lime Green

📋 copy color: '#33DC27'

red 51 ◦ green 220 ◦ blue 39

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

Shades of Lime Green #33DC27

Tints of Lime Green #33DC27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 12.58%

R = 16.45%
G = 70.97%
B = 12.58%

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

#33DC27 (or 0x33DC27) is known color: Lime Green. HEX triplet: 33, DC and 27. RGB value is (51,220,39). Sum of RGB (Red+Green+Blue) = 51+220+39=310 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.45% from 310); Green value is 220 (86.33% from 255 or 70.97% from 310); Blue value is 39 (15.62% from 255 or 12.58% from 310); Max value from RGB is 220 - color contains mainly: green. Hex color #33DC27 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #33DC27 is #CC23D8. Grayscale: #959595. Windows color (decimal): -13378521 or 2612275. OLE color: 2612275.

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

Color convert

RGB 51 220 39 -
CMYK 0.77 0 0.82 0.14
HSL 116.02º 0.72% 0.51% -
HSV(B) 116.02º 0.82% 0.86% -
XYZ 27.32 52.04 10.52 -
YUV 148.84 66.01 58.22 -
System Red Green Blue C M Y K H S L
Decimal 51 220 39 0.77 0 0.82 0.14 116.02 0.72 0.51
Hex 33 DC 27 4D 0 52 E 74 48 33
Octal 63 334 47 115 0 122 16 164 110 63
Binary 110011 11011100 100111 1001101 0 1010010 1110 1110100 1001000 110011

Color Harmonies of #33DC27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33DC27

Black with #33DC27

Text Example


Text Example

White with #33DC27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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