Html Css Color HEX #34AD25 Lime Green

📋 copy color: '#34AD25'

red 52 ◦ green 173 ◦ blue 37

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

Shades of Lime Green #34AD25

Tints of Lime Green #34AD25

RGB

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

 GREEN value IS 173 (67.97% from 255) = 66.03%

 BLUE value IS 37 (14.84% from 255) = 14.12%

R = 19.85%
G = 66.03%
B = 14.12%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.79

 K value IS 0.32

RGB Variations

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

Color information

#34AD25 (or 0x34AD25) is known color: Lime Green. HEX triplet: 34, AD and 25. RGB value is (52,173,37). Sum of RGB (Red+Green+Blue) = 52+173+37=262 (34% of max value = 765). Red value is 52 (20.70% from 255 or 19.85% from 262); Green value is 173 (67.97% from 255 or 66.03% from 262); Blue value is 37 (14.84% from 255 or 14.12% from 262); Max value from RGB is 173 - color contains mainly: green. Hex color #34AD25 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #34AD25 is #CB52DA. Grayscale: #797979. Windows color (decimal): -13325019 or 2469172. OLE color: 2469172.

HSL color Cylindrical-coordinate representation of color #34AD25: hue angle of 113.38º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #34AD25 is Cyan = 0.70, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.32.

Color convert

RGB 52 173 37 -
CMYK 0.70 0 0.79 0.32
HSL 113.38º 0.65% 0.41% -
HSV(B) 113.38º 0.79% 0.68% -
XYZ 16.69 30.75 6.81 -
YUV 121.32 80.41 78.56 -
System Red Green Blue C M Y K H S L
Decimal 52 173 37 0.70 0 0.79 0.32 113.38 0.65 0.41
Hex 34 AD 25 46 0 4F 20 71 41 29
Octal 64 255 45 106 0 117 40 161 101 51
Binary 110100 10101101 100101 1000110 0 1001111 100000 1110001 1000001 101001

Color Harmonies of #34AD25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34AD25

Black with #34AD25

Text Example


Text Example

White with #34AD25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,173,37); }

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

background-color css

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

 a { background-color: rgb(52,173,37); }

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

border-color css

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

 span { border-color: rgb(52,173,37); }

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