Html Css Color HEX #3DD039 Lime Green

📋 copy color: '#3DD039'

red 61 ◦ green 208 ◦ blue 57

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

Shades of Lime Green #3DD039

Tints of Lime Green #3DD039

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 17.48%

R = 18.71%
G = 63.8%
B = 17.48%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.73

 K value IS 0.18

RGB Variations

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

Color information

#3DD039 (or 0x3DD039) is known color: Lime Green. HEX triplet: 3D, D0 and 39. RGB value is (61,208,57). Sum of RGB (Red+Green+Blue) = 61+208+57=326 (43% of max value = 765). Red value is 61 (24.22% from 255 or 18.71% from 326); Green value is 208 (81.64% from 255 or 63.80% from 326); Blue value is 57 (22.66% from 255 or 17.48% from 326); Max value from RGB is 208 - color contains mainly: green. Hex color #3DD039 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DD039 is #C22FC6. Grayscale: #939393. Windows color (decimal): -12726215 or 3788861. OLE color: 3788861.

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

Color convert

RGB 61 208 57 -
CMYK 0.71 0 0.73 0.18
HSL 118.41º 0.62% 0.52% -
HSV(B) 118.41º 0.73% 0.82% -
XYZ 25.22 46.4 11.5 -
YUV 146.83 77.3 66.78 -
System Red Green Blue C M Y K H S L
Decimal 61 208 57 0.71 0 0.73 0.18 118.41 0.62 0.52
Hex 3D D0 39 47 0 49 12 76 3E 34
Octal 75 320 71 107 0 111 22 166 76 64
Binary 111101 11010000 111001 1000111 0 1001001 10010 1110110 111110 110100

Color Harmonies of #3DD039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DD039

Black with #3DD039

Text Example


Text Example

White with #3DD039

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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