Html Css Color HEX #34BA40 Lime Green

📋 copy color: '#34BA40'

red 52 ◦ green 186 ◦ blue 64

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

Shades of Lime Green #34BA40

Tints of Lime Green #34BA40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 21.19%

R = 17.22%
G = 61.59%
B = 21.19%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#34BA40 (or 0x34BA40) is known color: Lime Green. HEX triplet: 34, BA and 40. RGB value is (52,186,64). Sum of RGB (Red+Green+Blue) = 52+186+64=302 (40% of max value = 765). Red value is 52 (20.70% from 255 or 17.22% from 302); Green value is 186 (73.05% from 255 or 61.59% from 302); Blue value is 64 (25.39% from 255 or 21.19% from 302); Max value from RGB is 186 - color contains mainly: green. Hex color #34BA40 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34BA40 is #CB45BF. Grayscale: #848484. Windows color (decimal): -13321664 or 4241972. OLE color: 4241972.

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

Color convert

RGB 52 186 64 -
CMYK 0.72 0 0.66 0.27
HSL 125.37º 0.56% 0.47% -
HSV(B) 125.37º 0.72% 0.73% -
XYZ 19.9 36.22 10.79 -
YUV 132.03 89.61 70.92 -
System Red Green Blue C M Y K H S L
Decimal 52 186 64 0.72 0 0.66 0.27 125.37 0.56 0.47
Hex 34 BA 40 48 0 42 1B 7D 38 2F
Octal 64 272 100 110 0 102 33 175 70 57
Binary 110100 10111010 1000000 1001000 0 1000010 11011 1111101 111000 101111

Color Harmonies of #34BA40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34BA40

Black with #34BA40

Text Example


Text Example

White with #34BA40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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