Html Css Color HEX #3AF94A Lime Green

📋 copy color: '#3AF94A'

red 58 ◦ green 249 ◦ blue 74

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

Shades of Lime Green #3AF94A

Tints of Lime Green #3AF94A

RGB

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

 GREEN value IS 249 (97.66% from 255) = 65.35%

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

R = 15.22%
G = 65.35%
B = 19.42%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.70

 K value IS 0.02

RGB Variations

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

Color information

#3AF94A (or 0x3AF94A) is known color: Lime Green. HEX triplet: 3A, F9 and 4A. RGB value is (58,249,74). Sum of RGB (Red+Green+Blue) = 58+249+74=381 (50% of max value = 765). Red value is 58 (23.05% from 255 or 15.22% from 381); Green value is 249 (97.66% from 255 or 65.35% from 381); Blue value is 74 (29.30% from 255 or 19.42% from 381); Max value from RGB is 249 - color contains mainly: green. Hex color #3AF94A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3AF94A is #C506B5. Grayscale: #ACACAC. Windows color (decimal): -12912310 or 4913466. OLE color: 4913466.

HSL color Cylindrical-coordinate representation of color #3AF94A: hue angle of 125.03º degrees, saturation: 0.94, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3AF94A is Cyan = 0.77, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.02.

Color convert

RGB 58 249 74 -
CMYK 0.77 0 0.70 0.02
HSL 125.03º 0.94% 0.6% -
HSV(B) 125.03º 0.77% 0.98% -
XYZ 36.86 69.15 17.88 -
YUV 171.94 72.72 46.73 -
System Red Green Blue C M Y K H S L
Decimal 58 249 74 0.77 0 0.70 0.02 125.03 0.94 0.6
Hex 3A F9 4A 4D 0 46 2 7D 5E 3C
Octal 72 371 112 115 0 106 2 175 136 74
Binary 111010 11111001 1001010 1001101 0 1000110 10 1111101 1011110 111100

Color Harmonies of #3AF94A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AF94A

Black with #3AF94A

Text Example


Text Example

White with #3AF94A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,249,74); }

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

background-color css

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

 a { background-color: rgb(58,249,74); }

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

border-color css

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

 span { border-color: rgb(58,249,74); }

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