Html Css Color HEX #3AE11C Lime Green

📋 copy color: '#3AE11C'

red 58 ◦ green 225 ◦ blue 28

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

Shades of Lime Green #3AE11C

Tints of Lime Green #3AE11C

RGB

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

 GREEN value IS 225 (88.28% from 255) = 72.35%

 BLUE value IS 28 (11.33% from 255) = 9%

R = 18.65%
G = 72.35%
B = 9%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.88

 K value IS 0.12

RGB Variations

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

Color information

#3AE11C (or 0x3AE11C) is known color: Lime Green. HEX triplet: 3A, E1 and 1C. RGB value is (58,225,28). Sum of RGB (Red+Green+Blue) = 58+225+28=311 (41% of max value = 765). Red value is 58 (23.05% from 255 or 18.65% from 311); Green value is 225 (88.28% from 255 or 72.35% from 311); Blue value is 28 (11.33% from 255 or 9.00% from 311); Max value from RGB is 225 - color contains mainly: green. Hex color #3AE11C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AE11C is #C51EE3. Grayscale: #999999. Windows color (decimal): -12918500 or 1892666. OLE color: 1892666.

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

Color convert

RGB 58 225 28 -
CMYK 0.74 0 0.88 0.12
HSL 110.86º 0.78% 0.5% -
HSV(B) 110.86º 0.88% 0.88% -
XYZ 28.88 54.83 10.16 -
YUV 152.61 57.67 60.52 -
System Red Green Blue C M Y K H S L
Decimal 58 225 28 0.74 0 0.88 0.12 110.86 0.78 0.5
Hex 3A E1 1C 4A 0 58 C 6F 4E 32
Octal 72 341 34 112 0 130 14 157 116 62
Binary 111010 11100001 11100 1001010 0 1011000 1100 1101111 1001110 110010

Color Harmonies of #3AE11C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AE11C

Black with #3AE11C

Text Example


Text Example

White with #3AE11C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,225,28); }

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

background-color css

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

 a { background-color: rgb(58,225,28); }

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

border-color css

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

 span { border-color: rgb(58,225,28); }

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