Html Css Color HEX #3ADE3B Lime Green

📋 copy color: '#3ADE3B'

red 58 ◦ green 222 ◦ blue 59

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

Shades of Lime Green #3ADE3B

Tints of Lime Green #3ADE3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 17.4%

R = 17.11%
G = 65.49%
B = 17.4%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.73

 K value IS 0.13

RGB Variations

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

Color information

#3ADE3B (or 0x3ADE3B) is known color: Lime Green. HEX triplet: 3A, DE and 3B. RGB value is (58,222,59). Sum of RGB (Red+Green+Blue) = 58+222+59=339 (44% of max value = 765). Red value is 58 (23.05% from 255 or 17.11% from 339); Green value is 222 (87.11% from 255 or 65.49% from 339); Blue value is 59 (23.44% from 255 or 17.40% from 339); Max value from RGB is 222 - color contains mainly: green. Hex color #3ADE3B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3ADE3B is #C521C4. Grayscale: #9A9A9A. Windows color (decimal): -12919237 or 3923514. OLE color: 3923514.

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

Color convert

RGB 58 222 59 -
CMYK 0.74 0 0.73 0.13
HSL 120.37º 0.71% 0.55% -
HSV(B) 120.37º 0.74% 0.87% -
XYZ 28.66 53.46 12.95 -
YUV 154.38 74.17 59.25 -
System Red Green Blue C M Y K H S L
Decimal 58 222 59 0.74 0 0.73 0.13 120.37 0.71 0.55
Hex 3A DE 3B 4A 0 49 D 78 47 37
Octal 72 336 73 112 0 111 15 170 107 67
Binary 111010 11011110 111011 1001010 0 1001001 1101 1111000 1000111 110111

Color Harmonies of #3ADE3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ADE3B

Black with #3ADE3B

Text Example


Text Example

White with #3ADE3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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