Html Css Color HEX #3DD034 Lime Green

📋 copy color: '#3DD034'

red 61 ◦ green 208 ◦ blue 52

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

Shades of Lime Green #3DD034

Tints of Lime Green #3DD034

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 16.2%

R = 19%
G = 64.8%
B = 16.2%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.75

 K value IS 0.18

RGB Variations

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

Color information

#3DD034 (or 0x3DD034) is known color: Lime Green. HEX triplet: 3D, D0 and 34. RGB value is (61,208,52). Sum of RGB (Red+Green+Blue) = 61+208+52=321 (42% of max value = 765). Red value is 61 (24.22% from 255 or 19.00% from 321); Green value is 208 (81.64% from 255 or 64.80% from 321); Blue value is 52 (20.70% from 255 or 16.20% from 321); Max value from RGB is 208 - color contains mainly: green. Hex color #3DD034 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DD034 is #C22FCB. Grayscale: #929292. Windows color (decimal): -12726220 or 3461181. OLE color: 3461181.

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

Color convert

RGB 61 208 52 -
CMYK 0.71 0 0.75 0.18
HSL 116.54º 0.62% 0.51% -
HSV(B) 116.54º 0.75% 0.82% -
XYZ 25.1 46.35 10.87 -
YUV 146.26 74.8 67.18 -
System Red Green Blue C M Y K H S L
Decimal 61 208 52 0.71 0 0.75 0.18 116.54 0.62 0.51
Hex 3D D0 34 47 0 4B 12 75 3E 33
Octal 75 320 64 107 0 113 22 165 76 63
Binary 111101 11010000 110100 1000111 0 1001011 10010 1110101 111110 110011

Color Harmonies of #3DD034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DD034

Black with #3DD034

Text Example


Text Example

White with #3DD034

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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