Html Css Color HEX #3AE04E Lime Green

📋 copy color: '#3AE04E'

red 58 ◦ green 224 ◦ blue 78

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

Shades of Lime Green #3AE04E

Tints of Lime Green #3AE04E

RGB

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

 GREEN value IS 224 (87.89% from 255) = 62.22%

 BLUE value IS 78 (30.86% from 255) = 21.67%

R = 16.11%
G = 62.22%
B = 21.67%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.65

 K value IS 0.12

RGB Variations

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

Color information

#3AE04E (or 0x3AE04E) is known color: Lime Green. HEX triplet: 3A, E0 and 4E. RGB value is (58,224,78). Sum of RGB (Red+Green+Blue) = 58+224+78=360 (47% of max value = 765). Red value is 58 (23.05% from 255 or 16.11% from 360); Green value is 224 (87.89% from 255 or 62.22% from 360); Blue value is 78 (30.86% from 255 or 21.67% from 360); Max value from RGB is 224 - color contains mainly: green. Hex color #3AE04E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3AE04E is #C51FB1. Grayscale: #9E9E9E. Windows color (decimal): -12918706 or 5169210. OLE color: 5169210.

HSL color Cylindrical-coordinate representation of color #3AE04E: hue angle of 127.23º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3AE04E is Cyan = 0.74, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.12.

Color convert

RGB 58 224 78 -
CMYK 0.74 0 0.65 0.12
HSL 127.23º 0.73% 0.55% -
HSV(B) 127.23º 0.74% 0.88% -
XYZ 29.78 54.76 16.21 -
YUV 157.72 83 56.87 -
System Red Green Blue C M Y K H S L
Decimal 58 224 78 0.74 0 0.65 0.12 127.23 0.73 0.55
Hex 3A E0 4E 4A 0 41 C 7F 49 37
Octal 72 340 116 112 0 101 14 177 111 67
Binary 111010 11100000 1001110 1001010 0 1000001 1100 1111111 1001001 110111

Color Harmonies of #3AE04E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AE04E

Black with #3AE04E

Text Example


Text Example

White with #3AE04E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,224,78); }

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

background-color css

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

 a { background-color: rgb(58,224,78); }

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

border-color css

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

 span { border-color: rgb(58,224,78); }

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