Html Css Color HEX #3AD54B Lime Green

📋 copy color: '#3AD54B'

red 58 ◦ green 213 ◦ blue 75

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

Shades of Lime Green #3AD54B

Tints of Lime Green #3AD54B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 21.68%

R = 16.76%
G = 61.56%
B = 21.68%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.65

 K value IS 0.16

RGB Variations

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

Color information

#3AD54B (or 0x3AD54B) is known color: Lime Green. HEX triplet: 3A, D5 and 4B. RGB value is (58,213,75). Sum of RGB (Red+Green+Blue) = 58+213+75=346 (45% of max value = 765). Red value is 58 (23.05% from 255 or 16.76% from 346); Green value is 213 (83.59% from 255 or 61.56% from 346); Blue value is 75 (29.69% from 255 or 21.68% from 346); Max value from RGB is 213 - color contains mainly: green. Hex color #3AD54B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AD54B is #C52AB4. Grayscale: #979797. Windows color (decimal): -12921525 or 4969786. OLE color: 4969786.

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

Color convert

RGB 58 213 75 -
CMYK 0.73 0 0.65 0.16
HSL 126.58º 0.65% 0.53% -
HSV(B) 126.58º 0.73% 0.84% -
XYZ 26.81 49 14.7 -
YUV 150.92 85.15 61.72 -
System Red Green Blue C M Y K H S L
Decimal 58 213 75 0.73 0 0.65 0.16 126.58 0.65 0.53
Hex 3A D5 4B 49 0 41 10 7F 41 35
Octal 72 325 113 111 0 101 20 177 101 65
Binary 111010 11010101 1001011 1001001 0 1000001 10000 1111111 1000001 110101

Color Harmonies of #3AD54B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AD54B

Black with #3AD54B

Text Example


Text Example

White with #3AD54B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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