Html Css Color HEX #3AD52B Lime Green

📋 copy color: '#3AD52B'

red 58 ◦ green 213 ◦ blue 43

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

Shades of Lime Green #3AD52B

Tints of Lime Green #3AD52B

RGB

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

 GREEN value IS 213 (83.59% from 255) = 67.83%

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

R = 18.47%
G = 67.83%
B = 13.69%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.80

 K value IS 0.16

RGB Variations

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

Color information

#3AD52B (or 0x3AD52B) is known color: Lime Green. HEX triplet: 3A, D5 and 2B. RGB value is (58,213,43). Sum of RGB (Red+Green+Blue) = 58+213+43=314 (41% of max value = 765). Red value is 58 (23.05% from 255 or 18.47% from 314); Green value is 213 (83.59% from 255 or 67.83% from 314); Blue value is 43 (17.19% from 255 or 13.69% from 314); Max value from RGB is 213 - color contains mainly: green. Hex color #3AD52B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AD52B is #C52AD4. Grayscale: #939393. Windows color (decimal): -12921557 or 2872634. OLE color: 2872634.

HSL color Cylindrical-coordinate representation of color #3AD52B: hue angle of 114.71º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3AD52B is Cyan = 0.73, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.16.

Color convert

RGB 58 213 43 -
CMYK 0.73 0 0.80 0.16
HSL 114.71º 0.67% 0.5% -
HSV(B) 114.71º 0.8% 0.84% -
XYZ 25.98 48.66 10.31 -
YUV 147.28 69.15 64.32 -
System Red Green Blue C M Y K H S L
Decimal 58 213 43 0.73 0 0.80 0.16 114.71 0.67 0.5
Hex 3A D5 2B 49 0 50 10 73 43 32
Octal 72 325 53 111 0 120 20 163 103 62
Binary 111010 11010101 101011 1001001 0 1010000 10000 1110011 1000011 110010

Color Harmonies of #3AD52B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AD52B

Black with #3AD52B

Text Example


Text Example

White with #3AD52B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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