Html Css Color HEX #3DDB52 Lime Green

📋 copy color: '#3DDB52'

red 61 ◦ green 219 ◦ blue 82

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

Shades of Lime Green #3DDB52

Tints of Lime Green #3DDB52

RGB

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

 GREEN value IS 219 (85.94% from 255) = 60.5%

 BLUE value IS 82 (32.42% from 255) = 22.65%

R = 16.85%
G = 60.5%
B = 22.65%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.63

 K value IS 0.14

RGB Variations

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

Color information

#3DDB52 (or 0x3DDB52) is known color: Lime Green. HEX triplet: 3D, DB and 52. RGB value is (61,219,82). Sum of RGB (Red+Green+Blue) = 61+219+82=362 (47% of max value = 765). Red value is 61 (24.22% from 255 or 16.85% from 362); Green value is 219 (85.94% from 255 or 60.50% from 362); Blue value is 82 (32.42% from 255 or 22.65% from 362); Max value from RGB is 219 - color contains mainly: green. Hex color #3DDB52 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DDB52 is #C224AD. Grayscale: #9C9C9C. Windows color (decimal): -12723374 or 5430077. OLE color: 5430077.

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

Color convert

RGB 61 219 82 -
CMYK 0.72 0 0.63 0.14
HSL 127.97º 0.69% 0.55% -
HSV(B) 127.97º 0.72% 0.86% -
XYZ 28.78 52.26 16.55 -
YUV 156.14 86.15 60.14 -
System Red Green Blue C M Y K H S L
Decimal 61 219 82 0.72 0 0.63 0.14 127.97 0.69 0.55
Hex 3D DB 52 48 0 3F E 80 45 37
Octal 75 333 122 110 0 77 16 200 105 67
Binary 111101 11011011 1010010 1001000 0 111111 1110 10000000 1000101 110111

Color Harmonies of #3DDB52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DDB52

Black with #3DDB52

Text Example


Text Example

White with #3DDB52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,219,82); }

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

background-color css

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

 a { background-color: rgb(61,219,82); }

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

border-color css

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

 span { border-color: rgb(61,219,82); }

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