Html Css Color HEX #3ADE2B Lime Green

📋 copy color: '#3ADE2B'

red 58 ◦ green 222 ◦ blue 43

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

Shades of Lime Green #3ADE2B

Tints of Lime Green #3ADE2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 13.31%

R = 17.96%
G = 68.73%
B = 13.31%

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

#3ADE2B (or 0x3ADE2B) is known color: Lime Green. HEX triplet: 3A, DE and 2B. RGB value is (58,222,43). Sum of RGB (Red+Green+Blue) = 58+222+43=323 (42% of max value = 765). Red value is 58 (23.05% from 255 or 17.96% from 323); Green value is 222 (87.11% from 255 or 68.73% from 323); Blue value is 43 (17.19% from 255 or 13.31% from 323); Max value from RGB is 222 - color contains mainly: green. Hex color #3ADE2B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3ADE2B is #C521D4. Grayscale: #999999. Windows color (decimal): -12919253 or 2874938. OLE color: 2874938.

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

Color convert

RGB 58 222 43 -
CMYK 0.74 0 0.81 0.13
HSL 114.97º 0.73% 0.52% -
HSV(B) 114.97º 0.81% 0.87% -
XYZ 28.3 53.32 11.08 -
YUV 152.56 66.17 60.55 -
System Red Green Blue C M Y K H S L
Decimal 58 222 43 0.74 0 0.81 0.13 114.97 0.73 0.52
Hex 3A DE 2B 4A 0 51 D 73 49 34
Octal 72 336 53 112 0 121 15 163 111 64
Binary 111010 11011110 101011 1001010 0 1010001 1101 1110011 1001001 110100

Color Harmonies of #3ADE2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ADE2B

Black with #3ADE2B

Text Example


Text Example

White with #3ADE2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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