Html Css Color HEX #3AF72E Lime Green

📋 copy color: '#3AF72E'

red 58 ◦ green 247 ◦ blue 46

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

Shades of Lime Green #3AF72E

Tints of Lime Green #3AF72E

RGB

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

 GREEN value IS 247 (96.88% from 255) = 70.37%

 BLUE value IS 46 (18.36% from 255) = 13.11%

R = 16.52%
G = 70.37%
B = 13.11%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.81

 K value IS 0.03

RGB Variations

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

Color information

#3AF72E (or 0x3AF72E) is known color: Lime Green. HEX triplet: 3A, F7 and 2E. RGB value is (58,247,46). Sum of RGB (Red+Green+Blue) = 58+247+46=351 (46% of max value = 765). Red value is 58 (23.05% from 255 or 16.52% from 351); Green value is 247 (96.88% from 255 or 70.37% from 351); Blue value is 46 (18.36% from 255 or 13.11% from 351); Max value from RGB is 247 - color contains mainly: green. Hex color #3AF72E is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3AF72E is #C508D1. Grayscale: #A8A8A8. Windows color (decimal): -12912850 or 3077946. OLE color: 3077946.

HSL color Cylindrical-coordinate representation of color #3AF72E: hue angle of 116.42º degrees, saturation: 0.93, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3AF72E is Cyan = 0.77, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.03.

Color convert

RGB 58 247 46 -
CMYK 0.77 0 0.81 0.03
HSL 116.42º 0.93% 0.57% -
HSV(B) 116.42º 0.81% 0.97% -
XYZ 35.5 67.62 13.77 -
YUV 167.58 59.38 49.84 -
System Red Green Blue C M Y K H S L
Decimal 58 247 46 0.77 0 0.81 0.03 116.42 0.93 0.57
Hex 3A F7 2E 4D 0 51 3 74 5D 39
Octal 72 367 56 115 0 121 3 164 135 71
Binary 111010 11110111 101110 1001101 0 1010001 11 1110100 1011101 111001

Color Harmonies of #3AF72E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AF72E

Black with #3AF72E

Text Example


Text Example

White with #3AF72E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,247,46); }

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

background-color css

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

 a { background-color: rgb(58,247,46); }

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

border-color css

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

 span { border-color: rgb(58,247,46); }

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