Html Css Color HEX #3AD34B Lime Green

📋 copy color: '#3AD34B'

red 58 ◦ green 211 ◦ blue 75

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

Shades of Lime Green #3AD34B

Tints of Lime Green #3AD34B

RGB

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

 GREEN value IS 211 (82.81% from 255) = 61.34%

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

R = 16.86%
G = 61.34%
B = 21.8%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.64

 K value IS 0.17

RGB Variations

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

Color information

#3AD34B (or 0x3AD34B) is known color: Lime Green. HEX triplet: 3A, D3 and 4B. RGB value is (58,211,75). Sum of RGB (Red+Green+Blue) = 58+211+75=344 (45% of max value = 765). Red value is 58 (23.05% from 255 or 16.86% from 344); Green value is 211 (82.81% from 255 or 61.34% from 344); Blue value is 75 (29.69% from 255 or 21.80% from 344); Max value from RGB is 211 - color contains mainly: green. Hex color #3AD34B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AD34B is #C52CB4. Grayscale: #969696. Windows color (decimal): -12922037 or 4969274. OLE color: 4969274.

HSL color Cylindrical-coordinate representation of color #3AD34B: hue angle of 126.67º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3AD34B is Cyan = 0.73, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.17.

Color convert

RGB 58 211 75 -
CMYK 0.73 0 0.64 0.17
HSL 126.67º 0.63% 0.53% -
HSV(B) 126.67º 0.73% 0.83% -
XYZ 26.31 48 14.53 -
YUV 149.75 85.81 62.56 -
System Red Green Blue C M Y K H S L
Decimal 58 211 75 0.73 0 0.64 0.17 126.67 0.63 0.53
Hex 3A D3 4B 49 0 40 11 7F 3F 35
Octal 72 323 113 111 0 100 21 177 77 65
Binary 111010 11010011 1001011 1001001 0 1000000 10001 1111111 111111 110101

Color Harmonies of #3AD34B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AD34B

Black with #3AD34B

Text Example


Text Example

White with #3AD34B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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