Html Css Color HEX #34AF31 Lime Green

📋 copy color: '#34AF31'

red 52 ◦ green 175 ◦ blue 49

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

Shades of Lime Green #34AF31

Tints of Lime Green #34AF31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 17.75%

R = 18.84%
G = 63.41%
B = 17.75%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.72

 K value IS 0.31

RGB Variations

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

Color information

#34AF31 (or 0x34AF31) is known color: Lime Green. HEX triplet: 34, AF and 31. RGB value is (52,175,49). Sum of RGB (Red+Green+Blue) = 52+175+49=276 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.84% from 276); Green value is 175 (68.75% from 255 or 63.41% from 276); Blue value is 49 (19.53% from 255 or 17.75% from 276); Max value from RGB is 175 - color contains mainly: green. Hex color #34AF31 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #34AF31 is #CB50CE. Grayscale: #7C7C7C. Windows color (decimal): -13324495 or 3256116. OLE color: 3256116.

HSL color Cylindrical-coordinate representation of color #34AF31: hue angle of 118.57º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #34AF31 is Cyan = 0.70, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.31.

Color convert

RGB 52 175 49 -
CMYK 0.70 0 0.72 0.31
HSL 118.57º 0.56% 0.44% -
HSV(B) 118.57º 0.72% 0.69% -
XYZ 17.3 31.61 8.1 -
YUV 123.86 85.75 76.75 -
System Red Green Blue C M Y K H S L
Decimal 52 175 49 0.70 0 0.72 0.31 118.57 0.56 0.44
Hex 34 AF 31 46 0 48 1F 77 38 2C
Octal 64 257 61 106 0 110 37 167 70 54
Binary 110100 10101111 110001 1000110 0 1001000 11111 1110111 111000 101100

Color Harmonies of #34AF31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34AF31

Black with #34AF31

Text Example


Text Example

White with #34AF31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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