Html Css Color HEX #34AF2E Lime Green

📋 copy color: '#34AF2E'

red 52 ◦ green 175 ◦ blue 46

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

Shades of Lime Green #34AF2E

Tints of Lime Green #34AF2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 16.85%

R = 19.05%
G = 64.1%
B = 16.85%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.74

 K value IS 0.31

RGB Variations

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

Color information

#34AF2E (or 0x34AF2E) is known color: Lime Green. HEX triplet: 34, AF and 2E. RGB value is (52,175,46). Sum of RGB (Red+Green+Blue) = 52+175+46=273 (36% of max value = 765). Red value is 52 (20.70% from 255 or 19.05% from 273); Green value is 175 (68.75% from 255 or 64.10% from 273); Blue value is 46 (18.36% from 255 or 16.85% from 273); Max value from RGB is 175 - color contains mainly: green. Hex color #34AF2E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #34AF2E is #CB50D1. Grayscale: #7B7B7B. Windows color (decimal): -13324498 or 3059508. OLE color: 3059508.

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

Color convert

RGB 52 175 46 -
CMYK 0.70 0 0.74 0.31
HSL 117.21º 0.58% 0.43% -
HSV(B) 117.21º 0.74% 0.69% -
XYZ 17.24 31.59 7.77 -
YUV 123.52 84.25 76.99 -
System Red Green Blue C M Y K H S L
Decimal 52 175 46 0.70 0 0.74 0.31 117.21 0.58 0.43
Hex 34 AF 2E 46 0 4A 1F 75 3A 2B
Octal 64 257 56 106 0 112 37 165 72 53
Binary 110100 10101111 101110 1000110 0 1001010 11111 1110101 111010 101011

Color Harmonies of #34AF2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34AF2E

Black with #34AF2E

Text Example


Text Example

White with #34AF2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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