Html Css Color HEX #34AF3C Lime Green

📋 copy color: '#34AF3C'

red 52 ◦ green 175 ◦ blue 60

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

Shades of Lime Green #34AF3C

Tints of Lime Green #34AF3C

RGB

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

 GREEN value IS 175 (68.75% from 255) = 60.98%

 BLUE value IS 60 (23.83% from 255) = 20.91%

R = 18.12%
G = 60.98%
B = 20.91%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.66

 K value IS 0.31

RGB Variations

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

Color information

#34AF3C (or 0x34AF3C) is known color: Lime Green. HEX triplet: 34, AF and 3C. RGB value is (52,175,60). Sum of RGB (Red+Green+Blue) = 52+175+60=287 (38% of max value = 765). Red value is 52 (20.70% from 255 or 18.12% from 287); Green value is 175 (68.75% from 255 or 60.98% from 287); Blue value is 60 (23.83% from 255 or 20.91% from 287); Max value from RGB is 175 - color contains mainly: green. Hex color #34AF3C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #34AF3C is #CB50C3. Grayscale: #7D7D7D. Windows color (decimal): -13324484 or 3977012. OLE color: 3977012.

HSL color Cylindrical-coordinate representation of color #34AF3C: hue angle of 123.9º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #34AF3C is Cyan = 0.70, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.31.

Color convert

RGB 52 175 60 -
CMYK 0.70 0 0.66 0.31
HSL 123.9º 0.54% 0.45% -
HSV(B) 123.9º 0.7% 0.69% -
XYZ 17.56 31.72 9.47 -
YUV 125.11 91.25 75.85 -
System Red Green Blue C M Y K H S L
Decimal 52 175 60 0.70 0 0.66 0.31 123.9 0.54 0.45
Hex 34 AF 3C 46 0 42 1F 7C 36 2D
Octal 64 257 74 106 0 102 37 174 66 55
Binary 110100 10101111 111100 1000110 0 1000010 11111 1111100 110110 101101

Color Harmonies of #34AF3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34AF3C

Black with #34AF3C

Text Example


Text Example

White with #34AF3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,175,60); }

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

background-color css

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

 a { background-color: rgb(52,175,60); }

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

border-color css

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

 span { border-color: rgb(52,175,60); }

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