Html Css Color HEX #34BA3B Lime Green

📋 copy color: '#34BA3B'

red 52 ◦ green 186 ◦ blue 59

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

Shades of Lime Green #34BA3B

Tints of Lime Green #34BA3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 19.87%

R = 17.51%
G = 62.63%
B = 19.87%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.68

 K value IS 0.27

RGB Variations

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

Color information

#34BA3B (or 0x34BA3B) is known color: Lime Green. HEX triplet: 34, BA and 3B. RGB value is (52,186,59). Sum of RGB (Red+Green+Blue) = 52+186+59=297 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.51% from 297); Green value is 186 (73.05% from 255 or 62.63% from 297); Blue value is 59 (23.44% from 255 or 19.87% from 297); Max value from RGB is 186 - color contains mainly: green. Hex color #34BA3B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34BA3B is #CB45C4. Grayscale: #838383. Windows color (decimal): -13321669 or 3914292. OLE color: 3914292.

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

Color convert

RGB 52 186 59 -
CMYK 0.72 0 0.68 0.27
HSL 123.13º 0.56% 0.47% -
HSV(B) 123.13º 0.72% 0.73% -
XYZ 19.76 36.16 10.08 -
YUV 131.46 87.11 71.33 -
System Red Green Blue C M Y K H S L
Decimal 52 186 59 0.72 0 0.68 0.27 123.13 0.56 0.47
Hex 34 BA 3B 48 0 44 1B 7B 38 2F
Octal 64 272 73 110 0 104 33 173 70 57
Binary 110100 10111010 111011 1001000 0 1000100 11011 1111011 111000 101111

Color Harmonies of #34BA3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34BA3B

Black with #34BA3B

Text Example


Text Example

White with #34BA3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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