Html Css Color HEX #3AD54C Lime Green

📋 copy color: '#3AD54C'

red 58 ◦ green 213 ◦ blue 76

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

Shades of Lime Green #3AD54C

Tints of Lime Green #3AD54C

RGB

 RED value IS 58 (23.05% from 255) = 16.71%

 GREEN value IS 213 (83.59% from 255) = 61.38%

 BLUE value IS 76 (30.08% from 255) = 21.9%

R = 16.71%
G = 61.38%
B = 21.9%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.64

 K value IS 0.16

RGB Variations

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

Color information

#3AD54C (or 0x3AD54C) is known color: Lime Green. HEX triplet: 3A, D5 and 4C. RGB value is (58,213,76). Sum of RGB (Red+Green+Blue) = 58+213+76=347 (45% of max value = 765). Red value is 58 (23.05% from 255 or 16.71% from 347); Green value is 213 (83.59% from 255 or 61.38% from 347); Blue value is 76 (30.08% from 255 or 21.90% from 347); Max value from RGB is 213 - color contains mainly: green. Hex color #3AD54C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AD54C is #C52AB3. Grayscale: #979797. Windows color (decimal): -12921524 or 5035322. OLE color: 5035322.

HSL color Cylindrical-coordinate representation of color #3AD54C: hue angle of 126.97º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3AD54C is Cyan = 0.73, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.16.

Color convert

RGB 58 213 76 -
CMYK 0.73 0 0.64 0.16
HSL 126.97º 0.65% 0.53% -
HSV(B) 126.97º 0.73% 0.84% -
XYZ 26.84 49.01 14.88 -
YUV 151.04 85.65 61.64 -
System Red Green Blue C M Y K H S L
Decimal 58 213 76 0.73 0 0.64 0.16 126.97 0.65 0.53
Hex 3A D5 4C 49 0 40 10 7F 41 35
Octal 72 325 114 111 0 100 20 177 101 65
Binary 111010 11010101 1001100 1001001 0 1000000 10000 1111111 1000001 110101

Color Harmonies of #3AD54C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AD54C

Black with #3AD54C

Text Example


Text Example

White with #3AD54C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,213,76); }

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

background-color css

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

 a { background-color: rgb(58,213,76); }

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

border-color css

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

 span { border-color: rgb(58,213,76); }

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