Html Css Color HEX #34B326 Lime Green

📋 copy color: '#34B326'

red 52 ◦ green 179 ◦ blue 38

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

Shades of Lime Green #34B326

Tints of Lime Green #34B326

RGB

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

 GREEN value IS 179 (70.31% from 255) = 66.54%

 BLUE value IS 38 (15.23% from 255) = 14.13%

R = 19.33%
G = 66.54%
B = 14.13%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.79

 K value IS 0.30

RGB Variations

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

Color information

#34B326 (or 0x34B326) is known color: Lime Green. HEX triplet: 34, B3 and 26. RGB value is (52,179,38). Sum of RGB (Red+Green+Blue) = 52+179+38=269 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.33% from 269); Green value is 179 (70.31% from 255 or 66.54% from 269); Blue value is 38 (15.23% from 255 or 14.13% from 269); Max value from RGB is 179 - color contains mainly: green. Hex color #34B326 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34B326 is #CB4CD9. Grayscale: #7D7D7D. Windows color (decimal): -13323482 or 2536244. OLE color: 2536244.

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

Color convert

RGB 52 179 38 -
CMYK 0.71 0 0.79 0.30
HSL 114.04º 0.65% 0.43% -
HSV(B) 114.04º 0.79% 0.7% -
XYZ 17.89 33.11 7.28 -
YUV 124.95 78.92 75.96 -
System Red Green Blue C M Y K H S L
Decimal 52 179 38 0.71 0 0.79 0.30 114.04 0.65 0.43
Hex 34 B3 26 47 0 4F 1E 72 41 2B
Octal 64 263 46 107 0 117 36 162 101 53
Binary 110100 10110011 100110 1000111 0 1001111 11110 1110010 1000001 101011

Color Harmonies of #34B326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34B326

Black with #34B326

Text Example


Text Example

White with #34B326

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,179,38); }

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

background-color css

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

 a { background-color: rgb(52,179,38); }

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

border-color css

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

 span { border-color: rgb(52,179,38); }

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