Html Css Color HEX #3AF02E Lime Green

📋 copy color: '#3AF02E'

red 58 ◦ green 240 ◦ blue 46

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

Shades of Lime Green #3AF02E

Tints of Lime Green #3AF02E

RGB

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

 GREEN value IS 240 (94.14% from 255) = 69.77%

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

R = 16.86%
G = 69.77%
B = 13.37%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.81

 K value IS 0.06

RGB Variations

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

Color information

#3AF02E (or 0x3AF02E) is known color: Lime Green. HEX triplet: 3A, F0 and 2E. RGB value is (58,240,46). Sum of RGB (Red+Green+Blue) = 58+240+46=344 (45% of max value = 765). Red value is 58 (23.05% from 255 or 16.86% from 344); Green value is 240 (94.14% from 255 or 69.77% from 344); Blue value is 46 (18.36% from 255 or 13.37% from 344); Max value from RGB is 240 - color contains mainly: green. Hex color #3AF02E is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3AF02E is #C50FD1. Grayscale: #A4A4A4. Windows color (decimal): -12914642 or 3076154. OLE color: 3076154.

HSL color Cylindrical-coordinate representation of color #3AF02E: hue angle of 116.29º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3AF02E is Cyan = 0.76, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.06.

Color convert

RGB 58 240 46 -
CMYK 0.76 0 0.81 0.06
HSL 116.29º 0.87% 0.56% -
HSV(B) 116.29º 0.81% 0.94% -
XYZ 33.4 63.42 13.07 -
YUV 163.47 61.7 52.77 -
System Red Green Blue C M Y K H S L
Decimal 58 240 46 0.76 0 0.81 0.06 116.29 0.87 0.56
Hex 3A F0 2E 4C 0 51 6 74 57 38
Octal 72 360 56 114 0 121 6 164 127 70
Binary 111010 11110000 101110 1001100 0 1010001 110 1110100 1010111 111000

Color Harmonies of #3AF02E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AF02E

Black with #3AF02E

Text Example


Text Example

White with #3AF02E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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