Html Css Color HEX #3DC83D Lime Green

📋 copy color: '#3DC83D'

red 61 ◦ green 200 ◦ blue 61

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

Shades of Lime Green #3DC83D

Tints of Lime Green #3DC83D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 18.94%

R = 18.94%
G = 62.11%
B = 18.94%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.69

 K value IS 0.22

RGB Variations

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

Color information

#3DC83D (or 0x3DC83D) is known color: Lime Green. HEX triplet: 3D, C8 and 3D. RGB value is (61,200,61). Sum of RGB (Red+Green+Blue) = 61+200+61=322 (42% of max value = 765). Red value is 61 (24.22% from 255 or 18.94% from 322); Green value is 200 (78.52% from 255 or 62.11% from 322); Blue value is 61 (24.22% from 255 or 18.94% from 322); Max value from RGB is 200 - color contains mainly: green. Hex color #3DC83D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DC83D is #C237C2. Grayscale: #8F8F8F. Windows color (decimal): -12728259 or 4048957. OLE color: 4048957.

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

Color convert

RGB 61 200 61 -
CMYK 0.69 0 0.69 0.22
HSL 120º 0.56% 0.51% -
HSV(B) 120º 0.7% 0.78% -
XYZ 23.42 42.64 11.41 -
YUV 142.59 81.95 69.8 -
System Red Green Blue C M Y K H S L
Decimal 61 200 61 0.69 0 0.69 0.22 120 0.56 0.51
Hex 3D C8 3D 45 0 45 16 78 38 33
Octal 75 310 75 105 0 105 26 170 70 63
Binary 111101 11001000 111101 1000101 0 1000101 10110 1111000 111000 110011

Color Harmonies of #3DC83D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DC83D

Black with #3DC83D

Text Example


Text Example

White with #3DC83D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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