Html Css Color HEX #34AD2C Lime Green

📋 copy color: '#34AD2C'

red 52 ◦ green 173 ◦ blue 44

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

Shades of Lime Green #34AD2C

Tints of Lime Green #34AD2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 16.36%

R = 19.33%
G = 64.31%
B = 16.36%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.75

 K value IS 0.32

RGB Variations

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

Color information

#34AD2C (or 0x34AD2C) is known color: Lime Green. HEX triplet: 34, AD and 2C. RGB value is (52,173,44). Sum of RGB (Red+Green+Blue) = 52+173+44=269 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.33% from 269); Green value is 173 (67.97% from 255 or 64.31% from 269); Blue value is 44 (17.58% from 255 or 16.36% from 269); Max value from RGB is 173 - color contains mainly: green. Hex color #34AD2C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #34AD2C is #CB52D3. Grayscale: #7A7A7A. Windows color (decimal): -13325012 or 2927924. OLE color: 2927924.

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

Color convert

RGB 52 173 44 -
CMYK 0.70 0 0.75 0.32
HSL 116.28º 0.59% 0.43% -
HSV(B) 116.28º 0.75% 0.68% -
XYZ 16.81 30.8 7.44 -
YUV 122.12 83.91 77.99 -
System Red Green Blue C M Y K H S L
Decimal 52 173 44 0.70 0 0.75 0.32 116.28 0.59 0.43
Hex 34 AD 2C 46 0 4B 20 74 3B 2B
Octal 64 255 54 106 0 113 40 164 73 53
Binary 110100 10101101 101100 1000110 0 1001011 100000 1110100 111011 101011

Color Harmonies of #34AD2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34AD2C

Black with #34AD2C

Text Example


Text Example

White with #34AD2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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