Html Css Color HEX #3DC74A Lime Green

📋 copy color: '#3DC74A'

red 61 ◦ green 199 ◦ blue 74

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

Shades of Lime Green #3DC74A

Tints of Lime Green #3DC74A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 22.16%

R = 18.26%
G = 59.58%
B = 22.16%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.63

 K value IS 0.22

RGB Variations

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

Color information

#3DC74A (or 0x3DC74A) is known color: Lime Green. HEX triplet: 3D, C7 and 4A. RGB value is (61,199,74). Sum of RGB (Red+Green+Blue) = 61+199+74=334 (44% of max value = 765). Red value is 61 (24.22% from 255 or 18.26% from 334); Green value is 199 (78.12% from 255 or 59.58% from 334); Blue value is 74 (29.30% from 255 or 22.16% from 334); Max value from RGB is 199 - color contains mainly: green. Hex color #3DC74A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DC74A is #C238B5. Grayscale: #8F8F8F. Windows color (decimal): -12728502 or 4900669. OLE color: 4900669.

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

Color convert

RGB 61 199 74 -
CMYK 0.69 0 0.63 0.22
HSL 125.65º 0.55% 0.51% -
HSV(B) 125.65º 0.69% 0.78% -
XYZ 23.58 42.33 13.41 -
YUV 143.49 88.78 69.16 -
System Red Green Blue C M Y K H S L
Decimal 61 199 74 0.69 0 0.63 0.22 125.65 0.55 0.51
Hex 3D C7 4A 45 0 3F 16 7E 37 33
Octal 75 307 112 105 0 77 26 176 67 63
Binary 111101 11000111 1001010 1000101 0 111111 10110 1111110 110111 110011

Color Harmonies of #3DC74A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DC74A

Black with #3DC74A

Text Example


Text Example

White with #3DC74A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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