Html Css Color HEX #3AD22B Lime Green

📋 copy color: '#3AD22B'

red 58 ◦ green 210 ◦ blue 43

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

Shades of Lime Green #3AD22B

Tints of Lime Green #3AD22B

RGB

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

 GREEN value IS 210 (82.42% from 255) = 67.52%

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

R = 18.65%
G = 67.52%
B = 13.83%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.80

 K value IS 0.18

RGB Variations

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

Color information

#3AD22B (or 0x3AD22B) is known color: Lime Green. HEX triplet: 3A, D2 and 2B. RGB value is (58,210,43). Sum of RGB (Red+Green+Blue) = 58+210+43=311 (41% of max value = 765). Red value is 58 (23.05% from 255 or 18.65% from 311); Green value is 210 (82.42% from 255 or 67.52% from 311); Blue value is 43 (17.19% from 255 or 13.83% from 311); Max value from RGB is 210 - color contains mainly: green. Hex color #3AD22B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AD22B is #C52DD4. Grayscale: #929292. Windows color (decimal): -12922325 or 2871866. OLE color: 2871866.

HSL color Cylindrical-coordinate representation of color #3AD22B: hue angle of 114.61º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3AD22B is Cyan = 0.72, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.18.

Color convert

RGB 58 210 43 -
CMYK 0.72 0 0.80 0.18
HSL 114.61º 0.66% 0.5% -
HSV(B) 114.61º 0.8% 0.82% -
XYZ 25.23 47.17 10.06 -
YUV 145.51 70.14 65.58 -
System Red Green Blue C M Y K H S L
Decimal 58 210 43 0.72 0 0.80 0.18 114.61 0.66 0.5
Hex 3A D2 2B 48 0 50 12 73 42 32
Octal 72 322 53 110 0 120 22 163 102 62
Binary 111010 11010010 101011 1001000 0 1010000 10010 1110011 1000010 110010

Color Harmonies of #3AD22B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AD22B

Black with #3AD22B

Text Example


Text Example

White with #3AD22B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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