Html Css Color HEX #33DD23 Lime Green

📋 copy color: '#33DD23'

red 51 ◦ green 221 ◦ blue 35

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

Shades of Lime Green #33DD23

Tints of Lime Green #33DD23

RGB

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

 GREEN value IS 221 (86.72% from 255) = 71.99%

 BLUE value IS 35 (14.06% from 255) = 11.4%

R = 16.61%
G = 71.99%
B = 11.4%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.84

 K value IS 0.13

RGB Variations

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

Color information

#33DD23 (or 0x33DD23) is known color: Lime Green. HEX triplet: 33, DD and 23. RGB value is (51,221,35). Sum of RGB (Red+Green+Blue) = 51+221+35=307 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.61% from 307); Green value is 221 (86.72% from 255 or 71.99% from 307); Blue value is 35 (14.06% from 255 or 11.40% from 307); Max value from RGB is 221 - color contains mainly: green. Hex color #33DD23 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #33DD23 is #CC22DC. Grayscale: #959595. Windows color (decimal): -13378269 or 2350387. OLE color: 2350387.

HSL color Cylindrical-coordinate representation of color #33DD23: hue angle of 114.84º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #33DD23 is Cyan = 0.77, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.13.

Color convert

RGB 51 221 35 -
CMYK 0.77 0 0.84 0.13
HSL 114.84º 0.73% 0.5% -
HSV(B) 114.84º 0.84% 0.87% -
XYZ 27.53 52.54 10.28 -
YUV 148.97 63.68 58.12 -
System Red Green Blue C M Y K H S L
Decimal 51 221 35 0.77 0 0.84 0.13 114.84 0.73 0.5
Hex 33 DD 23 4D 0 54 D 73 49 32
Octal 63 335 43 115 0 124 15 163 111 62
Binary 110011 11011101 100011 1001101 0 1010100 1101 1110011 1001001 110010

Color Harmonies of #33DD23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33DD23

Black with #33DD23

Text Example


Text Example

White with #33DD23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,221,35); }

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

background-color css

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

 a { background-color: rgb(51,221,35); }

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

border-color css

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

 span { border-color: rgb(51,221,35); }

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