Html Css Color HEX #3DD053 Lime Green

📋 copy color: '#3DD053'

red 61 ◦ green 208 ◦ blue 83

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

Shades of Lime Green #3DD053

Tints of Lime Green #3DD053

RGB

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

 GREEN value IS 208 (81.64% from 255) = 59.09%

 BLUE value IS 83 (32.81% from 255) = 23.58%

R = 17.33%
G = 59.09%
B = 23.58%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.60

 K value IS 0.18

RGB Variations

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

Color information

#3DD053 (or 0x3DD053) is known color: Lime Green. HEX triplet: 3D, D0 and 53. RGB value is (61,208,83). Sum of RGB (Red+Green+Blue) = 61+208+83=352 (46% of max value = 765). Red value is 61 (24.22% from 255 or 17.33% from 352); Green value is 208 (81.64% from 255 or 59.09% from 352); Blue value is 83 (32.81% from 255 or 23.58% from 352); Max value from RGB is 208 - color contains mainly: green. Hex color #3DD053 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DD053 is #C22FAC. Grayscale: #969696. Windows color (decimal): -12726189 or 5492797. OLE color: 5492797.

HSL color Cylindrical-coordinate representation of color #3DD053: hue angle of 128.98º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3DD053 is Cyan = 0.71, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.18.

Color convert

RGB 61 208 83 -
CMYK 0.71 0 0.60 0.18
HSL 128.98º 0.61% 0.53% -
HSV(B) 128.98º 0.71% 0.82% -
XYZ 26.04 46.73 15.83 -
YUV 149.8 90.3 64.66 -
System Red Green Blue C M Y K H S L
Decimal 61 208 83 0.71 0 0.60 0.18 128.98 0.61 0.53
Hex 3D D0 53 47 0 3C 12 81 3D 35
Octal 75 320 123 107 0 74 22 201 75 65
Binary 111101 11010000 1010011 1000111 0 111100 10010 10000001 111101 110101

Color Harmonies of #3DD053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DD053

Black with #3DD053

Text Example


Text Example

White with #3DD053

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,208,83); }

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

background-color css

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

 a { background-color: rgb(61,208,83); }

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

border-color css

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

 span { border-color: rgb(61,208,83); }

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