Html Css Color HEX #3AB534 Lime Green

📋 copy color: '#3AB534'

red 58 ◦ green 181 ◦ blue 52

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

Shades of Lime Green #3AB534

Tints of Lime Green #3AB534

RGB

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

 GREEN value IS 181 (71.09% from 255) = 62.2%

 BLUE value IS 52 (20.7% from 255) = 17.87%

R = 19.93%
G = 62.2%
B = 17.87%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.71

 K value IS 0.29

RGB Variations

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

Color information

#3AB534 (or 0x3AB534) is known color: Lime Green. HEX triplet: 3A, B5 and 34. RGB value is (58,181,52). Sum of RGB (Red+Green+Blue) = 58+181+52=291 (38% of max value = 765). Red value is 58 (23.05% from 255 or 19.93% from 291); Green value is 181 (71.09% from 255 or 62.20% from 291); Blue value is 52 (20.70% from 255 or 17.87% from 291); Max value from RGB is 181 - color contains mainly: green. Hex color #3AB534 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AB534 is #C54ACB. Grayscale: #818181. Windows color (decimal): -12929740 or 3454266. OLE color: 3454266.

HSL color Cylindrical-coordinate representation of color #3AB534: hue angle of 117.21º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3AB534 is Cyan = 0.68, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.29.

Color convert

RGB 58 181 52 -
CMYK 0.68 0 0.71 0.29
HSL 117.21º 0.55% 0.46% -
HSV(B) 117.21º 0.71% 0.71% -
XYZ 18.89 34.2 8.85 -
YUV 129.52 84.25 76.99 -
System Red Green Blue C M Y K H S L
Decimal 58 181 52 0.68 0 0.71 0.29 117.21 0.55 0.46
Hex 3A B5 34 44 0 47 1D 75 37 2E
Octal 72 265 64 104 0 107 35 165 67 56
Binary 111010 10110101 110100 1000100 0 1000111 11101 1110101 110111 101110

Color Harmonies of #3AB534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AB534

Black with #3AB534

Text Example


Text Example

White with #3AB534

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,181,52); }

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

background-color css

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

 a { background-color: rgb(58,181,52); }

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

border-color css

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

 span { border-color: rgb(58,181,52); }

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