Html Css Color HEX #34BA39 Lime Green

📋 copy color: '#34BA39'

red 52 ◦ green 186 ◦ blue 57

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

Shades of Lime Green #34BA39

Tints of Lime Green #34BA39

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 19.32%

R = 17.63%
G = 63.05%
B = 19.32%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.69

 K value IS 0.27

RGB Variations

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

Color information

#34BA39 (or 0x34BA39) is known color: Lime Green. HEX triplet: 34, BA and 39. RGB value is (52,186,57). Sum of RGB (Red+Green+Blue) = 52+186+57=295 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.63% from 295); Green value is 186 (73.05% from 255 or 63.05% from 295); Blue value is 57 (22.66% from 255 or 19.32% from 295); Max value from RGB is 186 - color contains mainly: green. Hex color #34BA39 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34BA39 is #CB45C6. Grayscale: #838383. Windows color (decimal): -13321671 or 3783220. OLE color: 3783220.

HSL color Cylindrical-coordinate representation of color #34BA39: hue angle of 122.24º 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 #34BA39 is Cyan = 0.72, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.27.

Color convert

RGB 52 186 57 -
CMYK 0.72 0 0.69 0.27
HSL 122.24º 0.56% 0.47% -
HSV(B) 122.24º 0.72% 0.73% -
XYZ 19.71 36.14 9.81 -
YUV 131.23 86.11 71.49 -
System Red Green Blue C M Y K H S L
Decimal 52 186 57 0.72 0 0.69 0.27 122.24 0.56 0.47
Hex 34 BA 39 48 0 45 1B 7A 38 2F
Octal 64 272 71 110 0 105 33 172 70 57
Binary 110100 10111010 111001 1001000 0 1000101 11011 1111010 111000 101111

Color Harmonies of #34BA39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34BA39

Black with #34BA39

Text Example


Text Example

White with #34BA39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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