Html Css Color HEX #3AE242 Lime Green

📋 copy color: '#3AE242'

red 58 ◦ green 226 ◦ blue 66

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

Shades of Lime Green #3AE242

Tints of Lime Green #3AE242

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 18.86%

R = 16.57%
G = 64.57%
B = 18.86%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.71

 K value IS 0.11

RGB Variations

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

Color information

#3AE242 (or 0x3AE242) is known color: Lime Green. HEX triplet: 3A, E2 and 42. RGB value is (58,226,66). Sum of RGB (Red+Green+Blue) = 58+226+66=350 (46% of max value = 765). Red value is 58 (23.05% from 255 or 16.57% from 350); Green value is 226 (88.67% from 255 or 64.57% from 350); Blue value is 66 (26.17% from 255 or 18.86% from 350); Max value from RGB is 226 - color contains mainly: green. Hex color #3AE242 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AE242 is #C51DBD. Grayscale: #9E9E9E. Windows color (decimal): -12918206 or 4383290. OLE color: 4383290.

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

Color convert

RGB 58 226 66 -
CMYK 0.74 0 0.71 0.11
HSL 122.86º 0.74% 0.56% -
HSV(B) 122.86º 0.74% 0.89% -
XYZ 29.92 55.69 14.33 -
YUV 157.53 76.34 57.01 -
System Red Green Blue C M Y K H S L
Decimal 58 226 66 0.74 0 0.71 0.11 122.86 0.74 0.56
Hex 3A E2 42 4A 0 47 B 7B 4A 38
Octal 72 342 102 112 0 107 13 173 112 70
Binary 111010 11100010 1000010 1001010 0 1000111 1011 1111011 1001010 111000

Color Harmonies of #3AE242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AE242

Black with #3AE242

Text Example


Text Example

White with #3AE242

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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