Html Css Color HEX #33DD2F Lime Green

📋 copy color: '#33DD2F'

red 51 ◦ green 221 ◦ blue 47

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

Shades of Lime Green #33DD2F

Tints of Lime Green #33DD2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 14.73%

R = 15.99%
G = 69.28%
B = 14.73%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.79

 K value IS 0.13

RGB Variations

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

Color information

#33DD2F (or 0x33DD2F) is known color: Lime Green. HEX triplet: 33, DD and 2F. RGB value is (51,221,47). Sum of RGB (Red+Green+Blue) = 51+221+47=319 (42% of max value = 765). Red value is 51 (20.31% from 255 or 15.99% from 319); Green value is 221 (86.72% from 255 or 69.28% from 319); Blue value is 47 (18.75% from 255 or 14.73% from 319); Max value from RGB is 221 - color contains mainly: green. Hex color #33DD2F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #33DD2F is #CC22D0. Grayscale: #969696. Windows color (decimal): -13378257 or 3136819. OLE color: 3136819.

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

Color convert

RGB 51 221 47 -
CMYK 0.77 0 0.79 0.13
HSL 118.62º 0.72% 0.53% -
HSV(B) 118.62º 0.79% 0.87% -
XYZ 27.73 52.62 11.38 -
YUV 150.33 69.68 57.15 -
System Red Green Blue C M Y K H S L
Decimal 51 221 47 0.77 0 0.79 0.13 118.62 0.72 0.53
Hex 33 DD 2F 4D 0 4F D 77 48 35
Octal 63 335 57 115 0 117 15 167 110 65
Binary 110011 11011101 101111 1001101 0 1001111 1101 1110111 1001000 110101

Color Harmonies of #33DD2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33DD2F

Black with #33DD2F

Text Example


Text Example

White with #33DD2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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