Html Css Color HEX #34BC45 Lime Green

📋 copy color: '#34BC45'

red 52 ◦ green 188 ◦ blue 69

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

Shades of Lime Green #34BC45

Tints of Lime Green #34BC45

RGB

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

 GREEN value IS 188 (73.83% from 255) = 60.84%

 BLUE value IS 69 (27.34% from 255) = 22.33%

R = 16.83%
G = 60.84%
B = 22.33%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.63

 K value IS 0.26

RGB Variations

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

Color information

#34BC45 (or 0x34BC45) is known color: Lime Green. HEX triplet: 34, BC and 45. RGB value is (52,188,69). Sum of RGB (Red+Green+Blue) = 52+188+69=309 (40% of max value = 765). Red value is 52 (20.70% from 255 or 16.83% from 309); Green value is 188 (73.83% from 255 or 60.84% from 309); Blue value is 69 (27.34% from 255 or 22.33% from 309); Max value from RGB is 188 - color contains mainly: green. Hex color #34BC45 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34BC45 is #CB43BA. Grayscale: #868686. Windows color (decimal): -13321147 or 4570164. OLE color: 4570164.

HSL color Cylindrical-coordinate representation of color #34BC45: hue angle of 127.5º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #34BC45 is Cyan = 0.72, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.26.

Color convert

RGB 52 188 69 -
CMYK 0.72 0 0.63 0.26
HSL 127.5º 0.57% 0.47% -
HSV(B) 127.5º 0.72% 0.74% -
XYZ 20.47 37.13 11.72 -
YUV 133.77 91.44 69.68 -
System Red Green Blue C M Y K H S L
Decimal 52 188 69 0.72 0 0.63 0.26 127.5 0.57 0.47
Hex 34 BC 45 48 0 3F 1A 80 39 2F
Octal 64 274 105 110 0 77 32 200 71 57
Binary 110100 10111100 1000101 1001000 0 111111 11010 10000000 111001 101111

Color Harmonies of #34BC45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34BC45

Black with #34BC45

Text Example


Text Example

White with #34BC45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,188,69); }

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

background-color css

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

 a { background-color: rgb(52,188,69); }

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

border-color css

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

 span { border-color: rgb(52,188,69); }

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