Html Css Color HEX #3DC83F Lime Green

📋 copy color: '#3DC83F'

red 61 ◦ green 200 ◦ blue 63

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

Shades of Lime Green #3DC83F

Tints of Lime Green #3DC83F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 19.44%

R = 18.83%
G = 61.73%
B = 19.44%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.68

 K value IS 0.22

RGB Variations

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

Color information

#3DC83F (or 0x3DC83F) is known color: Lime Green. HEX triplet: 3D, C8 and 3F. RGB value is (61,200,63). Sum of RGB (Red+Green+Blue) = 61+200+63=324 (42% of max value = 765). Red value is 61 (24.22% from 255 or 18.83% from 324); Green value is 200 (78.52% from 255 or 61.73% from 324); Blue value is 63 (25% from 255 or 19.44% from 324); Max value from RGB is 200 - color contains mainly: green. Hex color #3DC83F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DC83F is #C237C0. Grayscale: #8F8F8F. Windows color (decimal): -12728257 or 4180029. OLE color: 4180029.

HSL color Cylindrical-coordinate representation of color #3DC83F: hue angle of 120.86º 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 #3DC83F is Cyan = 0.69, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.22.

Color convert

RGB 61 200 63 -
CMYK 0.69 0 0.68 0.22
HSL 120.86º 0.56% 0.51% -
HSV(B) 120.86º 0.7% 0.78% -
XYZ 23.48 42.66 11.7 -
YUV 142.82 82.95 69.64 -
System Red Green Blue C M Y K H S L
Decimal 61 200 63 0.69 0 0.68 0.22 120.86 0.56 0.51
Hex 3D C8 3F 45 0 44 16 79 38 33
Octal 75 310 77 105 0 104 26 171 70 63
Binary 111101 11001000 111111 1000101 0 1000100 10110 1111001 111000 110011

Color Harmonies of #3DC83F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DC83F

Black with #3DC83F

Text Example


Text Example

White with #3DC83F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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