Html Css Color HEX #34AB2A Lime Green

📋 copy color: '#34AB2A'

red 52 ◦ green 171 ◦ blue 42

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

Shades of Lime Green #34AB2A

Tints of Lime Green #34AB2A

RGB

 RED value IS 52 (20.7% from 255) = 19.62%

 GREEN value IS 171 (67.19% from 255) = 64.53%

 BLUE value IS 42 (16.8% from 255) = 15.85%

R = 19.62%
G = 64.53%
B = 15.85%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.75

 K value IS 0.33

RGB Variations

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

Color information

#34AB2A (or 0x34AB2A) is known color: Lime Green. HEX triplet: 34, AB and 2A. RGB value is (52,171,42). Sum of RGB (Red+Green+Blue) = 52+171+42=265 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.62% from 265); Green value is 171 (67.19% from 255 or 64.53% from 265); Blue value is 42 (16.80% from 255 or 15.85% from 265); Max value from RGB is 171 - color contains mainly: green. Hex color #34AB2A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #34AB2A is #CB54D5. Grayscale: #797979. Windows color (decimal): -13325526 or 2796340. OLE color: 2796340.

HSL color Cylindrical-coordinate representation of color #34AB2A: hue angle of 115.35º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #34AB2A is Cyan = 0.70, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.33.

Color convert

RGB 52 171 42 -
CMYK 0.70 0 0.75 0.33
HSL 115.35º 0.61% 0.42% -
HSV(B) 115.35º 0.75% 0.67% -
XYZ 16.4 30.02 7.12 -
YUV 120.71 83.58 78.99 -
System Red Green Blue C M Y K H S L
Decimal 52 171 42 0.70 0 0.75 0.33 115.35 0.61 0.42
Hex 34 AB 2A 46 0 4B 21 73 3D 2A
Octal 64 253 52 106 0 113 41 163 75 52
Binary 110100 10101011 101010 1000110 0 1001011 100001 1110011 111101 101010

Color Harmonies of #34AB2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34AB2A

Black with #34AB2A

Text Example


Text Example

White with #34AB2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34AB2A; }

 p { color: rgb(52,171,42); }

 H1.HeaderClassName
 {
   color: #34AB2A;
 }
 .AnyTagClassName
 {
   color: #34AB2A;
 }
</style>

background-color css

<style>
 a { background-color: #34AB2A; }

 a { background-color: rgb(52,171,42); }

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

border-color css

<style>
 span { border-color: #34AB2A; }

 span { border-color: rgb(52,171,42); }

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