Html Css Color HEX #3AE246 Lime Green

📋 copy color: '#3AE246'

red 58 ◦ green 226 ◦ blue 70

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

Shades of Lime Green #3AE246

Tints of Lime Green #3AE246

RGB

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

 GREEN value IS 226 (88.67% from 255) = 63.84%

 BLUE value IS 70 (27.73% from 255) = 19.77%

R = 16.38%
G = 63.84%
B = 19.77%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.69

 K value IS 0.11

RGB Variations

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

Color information

#3AE246 (or 0x3AE246) is known color: Lime Green. HEX triplet: 3A, E2 and 46. RGB value is (58,226,70). Sum of RGB (Red+Green+Blue) = 58+226+70=354 (46% of max value = 765). Red value is 58 (23.05% from 255 or 16.38% from 354); Green value is 226 (88.67% from 255 or 63.84% from 354); Blue value is 70 (27.73% from 255 or 19.77% from 354); Max value from RGB is 226 - color contains mainly: green. Hex color #3AE246 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AE246 is #C51DB9. Grayscale: #9E9E9E. Windows color (decimal): -12918202 or 4645434. OLE color: 4645434.

HSL color Cylindrical-coordinate representation of color #3AE246: hue angle of 124.29º degrees, saturation: 0.74, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3AE246 is Cyan = 0.74, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.11.

Color convert

RGB 58 226 70 -
CMYK 0.74 0 0.69 0.11
HSL 124.29º 0.74% 0.56% -
HSV(B) 124.29º 0.74% 0.89% -
XYZ 30.05 55.73 14.97 -
YUV 157.98 78.34 56.68 -
System Red Green Blue C M Y K H S L
Decimal 58 226 70 0.74 0 0.69 0.11 124.29 0.74 0.56
Hex 3A E2 46 4A 0 45 B 7C 4A 38
Octal 72 342 106 112 0 105 13 174 112 70
Binary 111010 11100010 1000110 1001010 0 1000101 1011 1111100 1001010 111000

Color Harmonies of #3AE246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AE246

Black with #3AE246

Text Example


Text Example

White with #3AE246

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,226,70); }

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

background-color css

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

 a { background-color: rgb(58,226,70); }

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

border-color css

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

 span { border-color: rgb(58,226,70); }

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