Html Css Color HEX #33DC1A Lime Green

📋 copy color: '#33DC1A'

red 51 ◦ green 220 ◦ blue 26

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

Shades of Lime Green #33DC1A

Tints of Lime Green #33DC1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 8.75%

R = 17.17%
G = 74.07%
B = 8.75%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.88

 K value IS 0.14

RGB Variations

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

Color information

#33DC1A (or 0x33DC1A) is known color: Lime Green. HEX triplet: 33, DC and 1A. RGB value is (51,220,26). Sum of RGB (Red+Green+Blue) = 51+220+26=297 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17.17% from 297); Green value is 220 (86.33% from 255 or 74.07% from 297); Blue value is 26 (10.55% from 255 or 8.75% from 297); Max value from RGB is 220 - color contains mainly: green. Hex color #33DC1A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #33DC1A is #CC23E5. Grayscale: #939393. Windows color (decimal): -13378534 or 1760307. OLE color: 1760307.

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

Color convert

RGB 51 220 26 -
CMYK 0.77 0 0.88 0.14
HSL 112.27º 0.79% 0.48% -
HSV(B) 112.27º 0.88% 0.86% -
XYZ 27.14 51.96 9.58 -
YUV 147.35 59.51 59.27 -
System Red Green Blue C M Y K H S L
Decimal 51 220 26 0.77 0 0.88 0.14 112.27 0.79 0.48
Hex 33 DC 1A 4D 0 58 E 70 4F 30
Octal 63 334 32 115 0 130 16 160 117 60
Binary 110011 11011100 11010 1001101 0 1011000 1110 1110000 1001111 110000

Color Harmonies of #33DC1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33DC1A

Black with #33DC1A

Text Example


Text Example

White with #33DC1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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