Html Css Color HEX #34B528 Lime Green

📋 copy color: '#34B528'

red 52 ◦ green 181 ◦ blue 40

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

Shades of Lime Green #34B528

Tints of Lime Green #34B528

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 14.65%

R = 19.05%
G = 66.3%
B = 14.65%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.78

 K value IS 0.29

RGB Variations

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

Color information

#34B528 (or 0x34B528) is known color: Lime Green. HEX triplet: 34, B5 and 28. RGB value is (52,181,40). Sum of RGB (Red+Green+Blue) = 52+181+40=273 (36% of max value = 765). Red value is 52 (20.70% from 255 or 19.05% from 273); Green value is 181 (71.09% from 255 or 66.30% from 273); Blue value is 40 (16.02% from 255 or 14.65% from 273); Max value from RGB is 181 - color contains mainly: green. Hex color #34B528 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34B528 is #CB4AD7. Grayscale: #7E7E7E. Windows color (decimal): -13322968 or 2667828. OLE color: 2667828.

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

Color convert

RGB 52 181 40 -
CMYK 0.71 0 0.78 0.29
HSL 114.89º 0.64% 0.43% -
HSV(B) 114.89º 0.78% 0.71% -
XYZ 18.32 33.93 7.59 -
YUV 126.36 79.26 74.96 -
System Red Green Blue C M Y K H S L
Decimal 52 181 40 0.71 0 0.78 0.29 114.89 0.64 0.43
Hex 34 B5 28 47 0 4E 1D 73 40 2B
Octal 64 265 50 107 0 116 35 163 100 53
Binary 110100 10110101 101000 1000111 0 1001110 11101 1110011 1000000 101011

Color Harmonies of #34B528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34B528

Black with #34B528

Text Example


Text Example

White with #34B528

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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