Html Css Color HEX #34BA32 Lime Green

📋 copy color: '#34BA32'

red 52 ◦ green 186 ◦ blue 50

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

Shades of Lime Green #34BA32

Tints of Lime Green #34BA32

RGB

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

 GREEN value IS 186 (73.05% from 255) = 64.58%

 BLUE value IS 50 (19.92% from 255) = 17.36%

R = 18.06%
G = 64.58%
B = 17.36%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.73

 K value IS 0.27

RGB Variations

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

Color information

#34BA32 (or 0x34BA32) is known color: Lime Green. HEX triplet: 34, BA and 32. RGB value is (52,186,50). Sum of RGB (Red+Green+Blue) = 52+186+50=288 (38% of max value = 765). Red value is 52 (20.70% from 255 or 18.06% from 288); Green value is 186 (73.05% from 255 or 64.58% from 288); Blue value is 50 (19.92% from 255 or 17.36% from 288); Max value from RGB is 186 - color contains mainly: green. Hex color #34BA32 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34BA32 is #CB45CD. Grayscale: #828282. Windows color (decimal): -13321678 or 3324468. OLE color: 3324468.

HSL color Cylindrical-coordinate representation of color #34BA32: hue angle of 119.12º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #34BA32 is Cyan = 0.72, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.27.

Color convert

RGB 52 186 50 -
CMYK 0.72 0 0.73 0.27
HSL 119.12º 0.58% 0.46% -
HSV(B) 119.12º 0.73% 0.73% -
XYZ 19.55 36.08 8.95 -
YUV 130.43 82.61 72.06 -
System Red Green Blue C M Y K H S L
Decimal 52 186 50 0.72 0 0.73 0.27 119.12 0.58 0.46
Hex 34 BA 32 48 0 49 1B 77 3A 2E
Octal 64 272 62 110 0 111 33 167 72 56
Binary 110100 10111010 110010 1001000 0 1001001 11011 1110111 111010 101110

Color Harmonies of #34BA32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34BA32

Black with #34BA32

Text Example


Text Example

White with #34BA32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,186,50); }

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

background-color css

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

 a { background-color: rgb(52,186,50); }

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

border-color css

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

 span { border-color: rgb(52,186,50); }

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