Html Css Color HEX #3AF13F Lime Green

📋 copy color: '#3AF13F'

red 58 ◦ green 241 ◦ blue 63

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

Shades of Lime Green #3AF13F

Tints of Lime Green #3AF13F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 17.4%

R = 16.02%
G = 66.57%
B = 17.4%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.74

 K value IS 0.05

RGB Variations

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

Color information

#3AF13F (or 0x3AF13F) is known color: Lime Green. HEX triplet: 3A, F1 and 3F. RGB value is (58,241,63). Sum of RGB (Red+Green+Blue) = 58+241+63=362 (47% of max value = 765). Red value is 58 (23.05% from 255 or 16.02% from 362); Green value is 241 (94.53% from 255 or 66.57% from 362); Blue value is 63 (25% from 255 or 17.40% from 362); Max value from RGB is 241 - color contains mainly: green. Hex color #3AF13F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3AF13F is #C50EC0. Grayscale: #A6A6A6. Windows color (decimal): -12914369 or 4190522. OLE color: 4190522.

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

Color convert

RGB 58 241 63 -
CMYK 0.76 0 0.74 0.05
HSL 121.64º 0.87% 0.59% -
HSV(B) 121.64º 0.76% 0.95% -
XYZ 34.1 64.17 15.29 -
YUV 165.99 69.87 50.97 -
System Red Green Blue C M Y K H S L
Decimal 58 241 63 0.76 0 0.74 0.05 121.64 0.87 0.59
Hex 3A F1 3F 4C 0 4A 5 7A 57 3B
Octal 72 361 77 114 0 112 5 172 127 73
Binary 111010 11110001 111111 1001100 0 1001010 101 1111010 1010111 111011

Color Harmonies of #3AF13F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AF13F

Black with #3AF13F

Text Example


Text Example

White with #3AF13F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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