Html Css Color HEX #34B22E Lime Green

📋 copy color: '#34B22E'

red 52 ◦ green 178 ◦ blue 46

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

Shades of Lime Green #34B22E

Tints of Lime Green #34B22E

RGB

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

 GREEN value IS 178 (69.92% from 255) = 64.49%

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

R = 18.84%
G = 64.49%
B = 16.67%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.74

 K value IS 0.30

RGB Variations

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

Color information

#34B22E (or 0x34B22E) is known color: Lime Green. HEX triplet: 34, B2 and 2E. RGB value is (52,178,46). Sum of RGB (Red+Green+Blue) = 52+178+46=276 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.84% from 276); Green value is 178 (69.92% from 255 or 64.49% from 276); Blue value is 46 (18.36% from 255 or 16.67% from 276); Max value from RGB is 178 - color contains mainly: green. Hex color #34B22E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #34B22E is #CB4DD1. Grayscale: #7D7D7D. Windows color (decimal): -13323730 or 3060276. OLE color: 3060276.

HSL color Cylindrical-coordinate representation of color #34B22E: hue angle of 117.27º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #34B22E is Cyan = 0.71, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.30.

Color convert

RGB 52 178 46 -
CMYK 0.71 0 0.74 0.30
HSL 117.27º 0.59% 0.44% -
HSV(B) 117.27º 0.74% 0.7% -
XYZ 17.83 32.77 7.97 -
YUV 125.28 83.26 75.73 -
System Red Green Blue C M Y K H S L
Decimal 52 178 46 0.71 0 0.74 0.30 117.27 0.59 0.44
Hex 34 B2 2E 47 0 4A 1E 75 3B 2C
Octal 64 262 56 107 0 112 36 165 73 54
Binary 110100 10110010 101110 1000111 0 1001010 11110 1110101 111011 101100

Color Harmonies of #34B22E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34B22E

Black with #34B22E

Text Example


Text Example

White with #34B22E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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