Html Css Color HEX #34B229 Lime Green

📋 copy color: '#34B229'

red 52 ◦ green 178 ◦ blue 41

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

Shades of Lime Green #34B229

Tints of Lime Green #34B229

RGB

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

 GREEN value IS 178 (69.92% from 255) = 65.68%

 BLUE value IS 41 (16.41% from 255) = 15.13%

R = 19.19%
G = 65.68%
B = 15.13%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.77

 K value IS 0.30

RGB Variations

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

Color information

#34B229 (or 0x34B229) is known color: Lime Green. HEX triplet: 34, B2 and 29. RGB value is (52,178,41). Sum of RGB (Red+Green+Blue) = 52+178+41=271 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.19% from 271); Green value is 178 (69.92% from 255 or 65.68% from 271); Blue value is 41 (16.41% from 255 or 15.13% from 271); Max value from RGB is 178 - color contains mainly: green. Hex color #34B229 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #34B229 is #CB4DD6. Grayscale: #7D7D7D. Windows color (decimal): -13323735 or 2732596. OLE color: 2732596.

HSL color Cylindrical-coordinate representation of color #34B229: hue angle of 115.18º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #34B229 is Cyan = 0.71, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.30.

Color convert

RGB 52 178 41 -
CMYK 0.71 0 0.77 0.30
HSL 115.18º 0.63% 0.43% -
HSV(B) 115.18º 0.77% 0.7% -
XYZ 17.74 32.73 7.48 -
YUV 124.71 80.76 76.14 -
System Red Green Blue C M Y K H S L
Decimal 52 178 41 0.71 0 0.77 0.30 115.18 0.63 0.43
Hex 34 B2 29 47 0 4D 1E 73 3F 2B
Octal 64 262 51 107 0 115 36 163 77 53
Binary 110100 10110010 101001 1000111 0 1001101 11110 1110011 111111 101011

Color Harmonies of #34B229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34B229

Black with #34B229

Text Example


Text Example

White with #34B229

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,178,41); }

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

background-color css

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

 a { background-color: rgb(52,178,41); }

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

border-color css

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

 span { border-color: rgb(52,178,41); }

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