Html Css Color HEX #3AFC2E Lime Green

📋 copy color: '#3AFC2E'

red 58 ◦ green 252 ◦ blue 46

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

Shades of Lime Green #3AFC2E

Tints of Lime Green #3AFC2E

RGB

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

 GREEN value IS 252 (98.83% from 255) = 70.79%

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

R = 16.29%
G = 70.79%
B = 12.92%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.82

 K value IS 0.01

RGB Variations

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

Color information

#3AFC2E (or 0x3AFC2E) is known color: Lime Green. HEX triplet: 3A, FC and 2E. RGB value is (58,252,46). Sum of RGB (Red+Green+Blue) = 58+252+46=356 (47% of max value = 765). Red value is 58 (23.05% from 255 or 16.29% from 356); Green value is 252 (98.83% from 255 or 70.79% from 356); Blue value is 46 (18.36% from 255 or 12.92% from 356); Max value from RGB is 252 - color contains mainly: green. Hex color #3AFC2E is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3AFC2E is #C503D1. Grayscale: #ABABAB. Windows color (decimal): -12911570 or 3079226. OLE color: 3079226.

HSL color Cylindrical-coordinate representation of color #3AFC2E: hue angle of 116.5º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3AFC2E is Cyan = 0.77, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.01.

Color convert

RGB 58 252 46 -
CMYK 0.77 0 0.82 0.01
HSL 116.5º 0.97% 0.58% -
HSV(B) 116.5º 0.82% 0.99% -
XYZ 37.05 70.72 14.28 -
YUV 170.51 57.73 47.75 -
System Red Green Blue C M Y K H S L
Decimal 58 252 46 0.77 0 0.82 0.01 116.5 0.97 0.58
Hex 3A FC 2E 4D 0 52 1 75 61 3A
Octal 72 374 56 115 0 122 1 165 141 72
Binary 111010 11111100 101110 1001101 0 1010010 1 1110101 1100001 111010

Color Harmonies of #3AFC2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AFC2E

Black with #3AFC2E

Text Example


Text Example

White with #3AFC2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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