Html Css Color HEX #3DDD45 Lime Green

📋 copy color: '#3DDD45'

red 61 ◦ green 221 ◦ blue 69

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

Shades of Lime Green #3DDD45

Tints of Lime Green #3DDD45

RGB

 RED value IS 61 (24.22% from 255) = 17.38%

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

 BLUE value IS 69 (27.34% from 255) = 19.66%

R = 17.38%
G = 62.96%
B = 19.66%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.69

 K value IS 0.13

RGB Variations

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

Color information

#3DDD45 (or 0x3DDD45) is known color: Lime Green. HEX triplet: 3D, DD and 45. RGB value is (61,221,69). Sum of RGB (Red+Green+Blue) = 61+221+69=351 (46% of max value = 765). Red value is 61 (24.22% from 255 or 17.38% from 351); Green value is 221 (86.72% from 255 or 62.96% from 351); Blue value is 69 (27.34% from 255 or 19.66% from 351); Max value from RGB is 221 - color contains mainly: green. Hex color #3DDD45 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DDD45 is #C222BA. Grayscale: #9C9C9C. Windows color (decimal): -12722875 or 4578621. OLE color: 4578621.

HSL color Cylindrical-coordinate representation of color #3DDD45: hue angle of 123º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3DDD45 is Cyan = 0.72, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.13.

Color convert

RGB 61 221 69 -
CMYK 0.72 0 0.69 0.13
HSL 123º 0.7% 0.55% -
HSV(B) 123º 0.72% 0.87% -
XYZ 28.86 53.13 14.37 -
YUV 155.83 78.99 60.36 -
System Red Green Blue C M Y K H S L
Decimal 61 221 69 0.72 0 0.69 0.13 123 0.7 0.55
Hex 3D DD 45 48 0 45 D 7B 46 37
Octal 75 335 105 110 0 105 15 173 106 67
Binary 111101 11011101 1000101 1001000 0 1000101 1101 1111011 1000110 110111

Color Harmonies of #3DDD45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DDD45

Black with #3DDD45

Text Example


Text Example

White with #3DDD45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3DDD45; }

 p { color: rgb(61,221,69); }

 H1.HeaderClassName
 {
   color: #3DDD45;
 }
 .AnyTagClassName
 {
   color: #3DDD45;
 }
</style>

background-color css

<style>
 a { background-color: #3DDD45; }

 a { background-color: rgb(61,221,69); }

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

border-color css

<style>
 span { border-color: #3DDD45; }

 span { border-color: rgb(61,221,69); }

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