Html Css Color HEX #3ADE2A Lime Green

📋 copy color: '#3ADE2A'

red 58 ◦ green 222 ◦ blue 42

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

Shades of Lime Green #3ADE2A

Tints of Lime Green #3ADE2A

RGB

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

 GREEN value IS 222 (87.11% from 255) = 68.94%

 BLUE value IS 42 (16.8% from 255) = 13.04%

R = 18.01%
G = 68.94%
B = 13.04%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.81

 K value IS 0.13

RGB Variations

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

Color information

#3ADE2A (or 0x3ADE2A) is known color: Lime Green. HEX triplet: 3A, DE and 2A. RGB value is (58,222,42). Sum of RGB (Red+Green+Blue) = 58+222+42=322 (42% of max value = 765). Red value is 58 (23.05% from 255 or 18.01% from 322); Green value is 222 (87.11% from 255 or 68.94% from 322); Blue value is 42 (16.80% from 255 or 13.04% from 322); Max value from RGB is 222 - color contains mainly: green. Hex color #3ADE2A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3ADE2A is #C521D5. Grayscale: #999999. Windows color (decimal): -12919254 or 2809402. OLE color: 2809402.

HSL color Cylindrical-coordinate representation of color #3ADE2A: hue angle of 114.67º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3ADE2A is Cyan = 0.74, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.13.

Color convert

RGB 58 222 42 -
CMYK 0.74 0 0.81 0.13
HSL 114.67º 0.73% 0.52% -
HSV(B) 114.67º 0.81% 0.87% -
XYZ 28.28 53.31 10.99 -
YUV 152.44 65.67 60.64 -
System Red Green Blue C M Y K H S L
Decimal 58 222 42 0.74 0 0.81 0.13 114.67 0.73 0.52
Hex 3A DE 2A 4A 0 51 D 73 49 34
Octal 72 336 52 112 0 121 15 163 111 64
Binary 111010 11011110 101010 1001010 0 1010001 1101 1110011 1001001 110100

Color Harmonies of #3ADE2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ADE2A

Black with #3ADE2A

Text Example


Text Example

White with #3ADE2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,222,42); }

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

background-color css

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

 a { background-color: rgb(58,222,42); }

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

border-color css

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

 span { border-color: rgb(58,222,42); }

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