Html Css Color HEX #34AF3A Lime Green

📋 copy color: '#34AF3A'

red 52 ◦ green 175 ◦ blue 58

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

Shades of Lime Green #34AF3A

Tints of Lime Green #34AF3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 20.35%

R = 18.25%
G = 61.4%
B = 20.35%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.67

 K value IS 0.31

RGB Variations

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

Color information

#34AF3A (or 0x34AF3A) is known color: Lime Green. HEX triplet: 34, AF and 3A. RGB value is (52,175,58). Sum of RGB (Red+Green+Blue) = 52+175+58=285 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.25% from 285); Green value is 175 (68.75% from 255 or 61.40% from 285); Blue value is 58 (23.05% from 255 or 20.35% from 285); Max value from RGB is 175 - color contains mainly: green. Hex color #34AF3A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #34AF3A is #CB50C5. Grayscale: #7D7D7D. Windows color (decimal): -13324486 or 3845940. OLE color: 3845940.

HSL color Cylindrical-coordinate representation of color #34AF3A: hue angle of 122.93º 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 #34AF3A is Cyan = 0.70, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.31.

Color convert

RGB 52 175 58 -
CMYK 0.70 0 0.67 0.31
HSL 122.93º 0.54% 0.45% -
HSV(B) 122.93º 0.7% 0.69% -
XYZ 17.51 31.7 9.2 -
YUV 124.89 90.25 76.01 -
System Red Green Blue C M Y K H S L
Decimal 52 175 58 0.70 0 0.67 0.31 122.93 0.54 0.45
Hex 34 AF 3A 46 0 43 1F 7B 36 2D
Octal 64 257 72 106 0 103 37 173 66 55
Binary 110100 10101111 111010 1000110 0 1000011 11111 1111011 110110 101101

Color Harmonies of #34AF3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34AF3A

Black with #34AF3A

Text Example


Text Example

White with #34AF3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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