Html Css Color HEX #3AF249 Lime Green

📋 copy color: '#3AF249'

red 58 ◦ green 242 ◦ blue 73

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

Shades of Lime Green #3AF249

Tints of Lime Green #3AF249

RGB

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

 GREEN value IS 242 (94.92% from 255) = 64.88%

 BLUE value IS 73 (28.91% from 255) = 19.57%

R = 15.55%
G = 64.88%
B = 19.57%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.70

 K value IS 0.05

RGB Variations

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

Color information

#3AF249 (or 0x3AF249) is known color: Lime Green. HEX triplet: 3A, F2 and 49. RGB value is (58,242,73). Sum of RGB (Red+Green+Blue) = 58+242+73=373 (49% of max value = 765). Red value is 58 (23.05% from 255 or 15.55% from 373); Green value is 242 (94.92% from 255 or 64.88% from 373); Blue value is 73 (28.91% from 255 or 19.57% from 373); Max value from RGB is 242 - color contains mainly: green. Hex color #3AF249 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3AF249 is #C50DB6. Grayscale: #A8A8A8. Windows color (decimal): -12914103 or 4846138. OLE color: 4846138.

HSL color Cylindrical-coordinate representation of color #3AF249: hue angle of 124.89º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3AF249 is Cyan = 0.76, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.05.

Color convert

RGB 58 242 73 -
CMYK 0.76 0 0.70 0.05
HSL 124.89º 0.88% 0.59% -
HSV(B) 124.89º 0.76% 0.95% -
XYZ 34.7 64.88 17 -
YUV 167.72 74.54 49.74 -
System Red Green Blue C M Y K H S L
Decimal 58 242 73 0.76 0 0.70 0.05 124.89 0.88 0.59
Hex 3A F2 49 4C 0 46 5 7D 58 3B
Octal 72 362 111 114 0 106 5 175 130 73
Binary 111010 11110010 1001001 1001100 0 1000110 101 1111101 1011000 111011

Color Harmonies of #3AF249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AF249

Black with #3AF249

Text Example


Text Example

White with #3AF249

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,242,73); }

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

background-color css

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

 a { background-color: rgb(58,242,73); }

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

border-color css

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

 span { border-color: rgb(58,242,73); }

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