Html Css Color HEX #3AF124 Lime Green

📋 copy color: '#3AF124'

red 58 ◦ green 241 ◦ blue 36

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

Shades of Lime Green #3AF124

Tints of Lime Green #3AF124

RGB

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

 GREEN value IS 241 (94.53% from 255) = 71.94%

 BLUE value IS 36 (14.45% from 255) = 10.75%

R = 17.31%
G = 71.94%
B = 10.75%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.85

 K value IS 0.05

RGB Variations

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

Color information

#3AF124 (or 0x3AF124) is known color: Lime Green. HEX triplet: 3A, F1 and 24. RGB value is (58,241,36). Sum of RGB (Red+Green+Blue) = 58+241+36=335 (44% of max value = 765). Red value is 58 (23.05% from 255 or 17.31% from 335); Green value is 241 (94.53% from 255 or 71.94% from 335); Blue value is 36 (14.45% from 255 or 10.75% from 335); Max value from RGB is 241 - color contains mainly: green. Hex color #3AF124 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3AF124 is #C50EDB. Grayscale: #A3A3A3. Windows color (decimal): -12914396 or 2421050. OLE color: 2421050.

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

Color convert

RGB 58 241 36 -
CMYK 0.76 0 0.85 0.05
HSL 113.56º 0.88% 0.54% -
HSV(B) 113.56º 0.85% 0.95% -
XYZ 33.52 63.94 12.24 -
YUV 162.91 56.37 53.17 -
System Red Green Blue C M Y K H S L
Decimal 58 241 36 0.76 0 0.85 0.05 113.56 0.88 0.54
Hex 3A F1 24 4C 0 55 5 72 58 36
Octal 72 361 44 114 0 125 5 162 130 66
Binary 111010 11110001 100100 1001100 0 1010101 101 1110010 1011000 110110

Color Harmonies of #3AF124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AF124

Black with #3AF124

Text Example


Text Example

White with #3AF124

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,241,36); }

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

background-color css

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

 a { background-color: rgb(58,241,36); }

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

border-color css

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

 span { border-color: rgb(58,241,36); }

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