Html Css Color HEX #3DC82D Lime Green

📋 copy color: '#3DC82D'

red 61 ◦ green 200 ◦ blue 45

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

Shades of Lime Green #3DC82D

Tints of Lime Green #3DC82D

RGB

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

 GREEN value IS 200 (78.52% from 255) = 65.36%

 BLUE value IS 45 (17.97% from 255) = 14.71%

R = 19.93%
G = 65.36%
B = 14.71%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.78

 K value IS 0.22

RGB Variations

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

Color information

#3DC82D (or 0x3DC82D) is known color: Lime Green. HEX triplet: 3D, C8 and 2D. RGB value is (61,200,45). Sum of RGB (Red+Green+Blue) = 61+200+45=306 (40% of max value = 765). Red value is 61 (24.22% from 255 or 19.93% from 306); Green value is 200 (78.52% from 255 or 65.36% from 306); Blue value is 45 (17.97% from 255 or 14.71% from 306); Max value from RGB is 200 - color contains mainly: green. Hex color #3DC82D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DC82D is #C237D2. Grayscale: #8D8D8D. Windows color (decimal): -12728275 or 3000381. OLE color: 3000381.

HSL color Cylindrical-coordinate representation of color #3DC82D: hue angle of 113.81º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3DC82D is Cyan = 0.69, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.22.

Color convert

RGB 61 200 45 -
CMYK 0.69 0 0.78 0.22
HSL 113.81º 0.63% 0.48% -
HSV(B) 113.81º 0.78% 0.78% -
XYZ 23.05 42.49 9.47 -
YUV 140.77 73.95 71.1 -
System Red Green Blue C M Y K H S L
Decimal 61 200 45 0.69 0 0.78 0.22 113.81 0.63 0.48
Hex 3D C8 2D 45 0 4E 16 72 3F 30
Octal 75 310 55 105 0 116 26 162 77 60
Binary 111101 11001000 101101 1000101 0 1001110 10110 1110010 111111 110000

Color Harmonies of #3DC82D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DC82D

Black with #3DC82D

Text Example


Text Example

White with #3DC82D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,200,45); }

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

background-color css

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

 a { background-color: rgb(61,200,45); }

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

border-color css

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

 span { border-color: rgb(61,200,45); }

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