Html Css Color HEX #3AF141 Lime Green

📋 copy color: '#3AF141'

red 58 ◦ green 241 ◦ blue 65

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

Shades of Lime Green #3AF141

Tints of Lime Green #3AF141

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 17.86%

R = 15.93%
G = 66.21%
B = 17.86%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.73

 K value IS 0.05

RGB Variations

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

Color information

#3AF141 (or 0x3AF141) is known color: Lime Green. HEX triplet: 3A, F1 and 41. RGB value is (58,241,65). Sum of RGB (Red+Green+Blue) = 58+241+65=364 (48% of max value = 765). Red value is 58 (23.05% from 255 or 15.93% from 364); Green value is 241 (94.53% from 255 or 66.21% from 364); Blue value is 65 (25.78% from 255 or 17.86% from 364); Max value from RGB is 241 - color contains mainly: green. Hex color #3AF141 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3AF141 is #C50EBE. Grayscale: #A6A6A6. Windows color (decimal): -12914367 or 4321594. OLE color: 4321594.

HSL color Cylindrical-coordinate representation of color #3AF141: hue angle of 122.3º degrees, saturation: 0.87, 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 #3AF141 is Cyan = 0.76, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.05.

Color convert

RGB 58 241 65 -
CMYK 0.76 0 0.73 0.05
HSL 122.3º 0.87% 0.59% -
HSV(B) 122.3º 0.76% 0.95% -
XYZ 34.15 64.19 15.59 -
YUV 166.22 70.87 50.81 -
System Red Green Blue C M Y K H S L
Decimal 58 241 65 0.76 0 0.73 0.05 122.3 0.87 0.59
Hex 3A F1 41 4C 0 49 5 7A 57 3B
Octal 72 361 101 114 0 111 5 172 127 73
Binary 111010 11110001 1000001 1001100 0 1001001 101 1111010 1010111 111011

Color Harmonies of #3AF141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AF141

Black with #3AF141

Text Example


Text Example

White with #3AF141

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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