Html Css Color HEX #3DC64A Lime Green

📋 copy color: '#3DC64A'

red 61 ◦ green 198 ◦ blue 74

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

Shades of Lime Green #3DC64A

Tints of Lime Green #3DC64A

RGB

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

 GREEN value IS 198 (77.73% from 255) = 59.46%

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

R = 18.32%
G = 59.46%
B = 22.22%

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

#3DC64A (or 0x3DC64A) is known color: Lime Green. HEX triplet: 3D, C6 and 4A. RGB value is (61,198,74). Sum of RGB (Red+Green+Blue) = 61+198+74=333 (44% of max value = 765). Red value is 61 (24.22% from 255 or 18.32% from 333); Green value is 198 (77.73% from 255 or 59.46% from 333); Blue value is 74 (29.30% from 255 or 22.22% from 333); Max value from RGB is 198 - color contains mainly: green. Hex color #3DC64A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DC64A is #C239B5. Grayscale: #8F8F8F. Windows color (decimal): -12728758 or 4900413. OLE color: 4900413.

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

Color convert

RGB 61 198 74 -
CMYK 0.69 0 0.63 0.22
HSL 125.69º 0.55% 0.51% -
HSV(B) 125.69º 0.69% 0.78% -
XYZ 23.35 41.87 13.33 -
YUV 142.9 89.11 69.58 -
System Red Green Blue C M Y K H S L
Decimal 61 198 74 0.69 0 0.63 0.22 125.69 0.55 0.51
Hex 3D C6 4A 45 0 3F 16 7E 37 33
Octal 75 306 112 105 0 77 26 176 67 63
Binary 111101 11000110 1001010 1000101 0 111111 10110 1111110 110111 110011

Color Harmonies of #3DC64A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DC64A

Black with #3DC64A

Text Example


Text Example

White with #3DC64A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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