Html Css Color HEX #3DDA55 Lime Green

📋 copy color: '#3DDA55'

red 61 ◦ green 218 ◦ blue 85

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

Shades of Lime Green #3DDA55

Tints of Lime Green #3DDA55

RGB

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

 GREEN value IS 218 (85.55% from 255) = 59.89%

 BLUE value IS 85 (33.59% from 255) = 23.35%

R = 16.76%
G = 59.89%
B = 23.35%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.61

 K value IS 0.15

RGB Variations

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

Color information

#3DDA55 (or 0x3DDA55) is known color: Lime Green. HEX triplet: 3D, DA and 55. RGB value is (61,218,85). Sum of RGB (Red+Green+Blue) = 61+218+85=364 (48% of max value = 765). Red value is 61 (24.22% from 255 or 16.76% from 364); Green value is 218 (85.55% from 255 or 59.89% from 364); Blue value is 85 (33.59% from 255 or 23.35% from 364); Max value from RGB is 218 - color contains mainly: green. Hex color #3DDA55 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DDA55 is #C225AA. Grayscale: #9C9C9C. Windows color (decimal): -12723627 or 5626429. OLE color: 5626429.

HSL color Cylindrical-coordinate representation of color #3DDA55: hue angle of 129.17º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3DDA55 is Cyan = 0.72, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.15.

Color convert

RGB 61 218 85 -
CMYK 0.72 0 0.61 0.15
HSL 129.17º 0.68% 0.55% -
HSV(B) 129.17º 0.72% 0.85% -
XYZ 28.64 51.79 17.08 -
YUV 155.9 87.99 60.31 -
System Red Green Blue C M Y K H S L
Decimal 61 218 85 0.72 0 0.61 0.15 129.17 0.68 0.55
Hex 3D DA 55 48 0 3D F 81 44 37
Octal 75 332 125 110 0 75 17 201 104 67
Binary 111101 11011010 1010101 1001000 0 111101 1111 10000001 1000100 110111

Color Harmonies of #3DDA55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DDA55

Black with #3DDA55

Text Example


Text Example

White with #3DDA55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,218,85); }

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

background-color css

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

 a { background-color: rgb(61,218,85); }

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

border-color css

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

 span { border-color: rgb(61,218,85); }

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