Html Css Color HEX #3DC72E Lime Green

📋 copy color: '#3DC72E'

red 61 ◦ green 199 ◦ blue 46

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

Shades of Lime Green #3DC72E

Tints of Lime Green #3DC72E

RGB

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

 GREEN value IS 199 (78.13% from 255) = 65.03%

 BLUE value IS 46 (18.36% from 255) = 15.03%

R = 19.93%
G = 65.03%
B = 15.03%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.77

 K value IS 0.22

RGB Variations

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

Color information

#3DC72E (or 0x3DC72E) is known color: Lime Green. HEX triplet: 3D, C7 and 2E. RGB value is (61,199,46). Sum of RGB (Red+Green+Blue) = 61+199+46=306 (40% of max value = 765). Red value is 61 (24.22% from 255 or 19.93% from 306); Green value is 199 (78.12% from 255 or 65.03% from 306); Blue value is 46 (18.36% from 255 or 15.03% from 306); Max value from RGB is 199 - color contains mainly: green. Hex color #3DC72E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DC72E is #C238D1. Grayscale: #8C8C8C. Windows color (decimal): -12728530 or 3065661. OLE color: 3065661.

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

Color convert

RGB 61 199 46 -
CMYK 0.69 0 0.77 0.22
HSL 114.12º 0.62% 0.48% -
HSV(B) 114.12º 0.77% 0.78% -
XYZ 22.84 42.04 9.49 -
YUV 140.3 74.78 71.44 -
System Red Green Blue C M Y K H S L
Decimal 61 199 46 0.69 0 0.77 0.22 114.12 0.62 0.48
Hex 3D C7 2E 45 0 4D 16 72 3E 30
Octal 75 307 56 105 0 115 26 162 76 60
Binary 111101 11000111 101110 1000101 0 1001101 10110 1110010 111110 110000

Color Harmonies of #3DC72E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DC72E

Black with #3DC72E

Text Example


Text Example

White with #3DC72E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,199,46); }

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

background-color css

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

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

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

border-color css

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

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

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