Html Css Color HEX #34B540 Lime Green

📋 copy color: '#34B540'

red 52 ◦ green 181 ◦ blue 64

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

Shades of Lime Green #34B540

Tints of Lime Green #34B540

RGB

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

 GREEN value IS 181 (71.09% from 255) = 60.94%

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

R = 17.51%
G = 60.94%
B = 21.55%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.65

 K value IS 0.29

RGB Variations

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

Color information

#34B540 (or 0x34B540) is known color: Lime Green. HEX triplet: 34, B5 and 40. RGB value is (52,181,64). Sum of RGB (Red+Green+Blue) = 52+181+64=297 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.51% from 297); Green value is 181 (71.09% from 255 or 60.94% from 297); Blue value is 64 (25.39% from 255 or 21.55% from 297); Max value from RGB is 181 - color contains mainly: green. Hex color #34B540 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34B540 is #CB4ABF. Grayscale: #818181. Windows color (decimal): -13322944 or 4240692. OLE color: 4240692.

HSL color Cylindrical-coordinate representation of color #34B540: hue angle of 125.58º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #34B540 is Cyan = 0.71, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.29.

Color convert

RGB 52 181 64 -
CMYK 0.71 0 0.65 0.29
HSL 125.58º 0.55% 0.46% -
HSV(B) 125.58º 0.71% 0.71% -
XYZ 18.87 34.15 10.45 -
YUV 129.09 91.26 73.01 -
System Red Green Blue C M Y K H S L
Decimal 52 181 64 0.71 0 0.65 0.29 125.58 0.55 0.46
Hex 34 B5 40 47 0 41 1D 7E 37 2E
Octal 64 265 100 107 0 101 35 176 67 56
Binary 110100 10110101 1000000 1000111 0 1000001 11101 1111110 110111 101110

Color Harmonies of #34B540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34B540

Black with #34B540

Text Example


Text Example

White with #34B540

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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