Html Css Color HEX #3DC04A Lime Green

📋 copy color: '#3DC04A'

red 61 ◦ green 192 ◦ blue 74

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

Shades of Lime Green #3DC04A

Tints of Lime Green #3DC04A

RGB

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

 GREEN value IS 192 (75.39% from 255) = 58.72%

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

R = 18.65%
G = 58.72%
B = 22.63%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

#3DC04A (or 0x3DC04A) is known color: Lime Green. HEX triplet: 3D, C0 and 4A. RGB value is (61,192,74). Sum of RGB (Red+Green+Blue) = 61+192+74=327 (43% of max value = 765). Red value is 61 (24.22% from 255 or 18.65% from 327); Green value is 192 (75.39% from 255 or 58.72% from 327); Blue value is 74 (29.30% from 255 or 22.63% from 327); Max value from RGB is 192 - color contains mainly: green. Hex color #3DC04A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DC04A is #C23FB5. Grayscale: #8B8B8B. Windows color (decimal): -12730294 or 4898877. OLE color: 4898877.

HSL color Cylindrical-coordinate representation of color #3DC04A: hue angle of 125.95º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3DC04A is Cyan = 0.68, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.25.

Color convert

RGB 61 192 74 -
CMYK 0.68 0 0.61 0.25
HSL 125.95º 0.52% 0.5% -
HSV(B) 125.95º 0.68% 0.75% -
XYZ 22.01 39.19 12.88 -
YUV 139.38 91.1 72.09 -
System Red Green Blue C M Y K H S L
Decimal 61 192 74 0.68 0 0.61 0.25 125.95 0.52 0.5
Hex 3D C0 4A 44 0 3D 19 7E 34 32
Octal 75 300 112 104 0 75 31 176 64 62
Binary 111101 11000000 1001010 1000100 0 111101 11001 1111110 110100 110010

Color Harmonies of #3DC04A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DC04A

Black with #3DC04A

Text Example


Text Example

White with #3DC04A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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