Html Css Color HEX #3DC82C Lime Green

📋 copy color: '#3DC82C'

red 61 ◦ green 200 ◦ blue 44

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

Shades of Lime Green #3DC82C

Tints of Lime Green #3DC82C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 14.43%

R = 20%
G = 65.57%
B = 14.43%

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

#3DC82C (or 0x3DC82C) is known color: Lime Green. HEX triplet: 3D, C8 and 2C. RGB value is (61,200,44). Sum of RGB (Red+Green+Blue) = 61+200+44=305 (40% of max value = 765). Red value is 61 (24.22% from 255 or 20% from 305); Green value is 200 (78.52% from 255 or 65.57% from 305); Blue value is 44 (17.58% from 255 or 14.43% from 305); Max value from RGB is 200 - color contains mainly: green. Hex color #3DC82C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DC82C is #C237D3. Grayscale: #8D8D8D. Windows color (decimal): -12728276 or 2934845. OLE color: 2934845.

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

Color convert

RGB 61 200 44 -
CMYK 0.69 0 0.78 0.22
HSL 113.46º 0.64% 0.48% -
HSV(B) 113.46º 0.78% 0.78% -
XYZ 23.03 42.48 9.37 -
YUV 140.66 73.45 71.18 -
System Red Green Blue C M Y K H S L
Decimal 61 200 44 0.69 0 0.78 0.22 113.46 0.64 0.48
Hex 3D C8 2C 45 0 4E 16 71 40 30
Octal 75 310 54 105 0 116 26 161 100 60
Binary 111101 11001000 101100 1000101 0 1001110 10110 1110001 1000000 110000

Color Harmonies of #3DC82C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DC82C

Black with #3DC82C

Text Example


Text Example

White with #3DC82C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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