Html Css Color HEX #34B232 Lime Green

📋 copy color: '#34B232'

red 52 ◦ green 178 ◦ blue 50

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

Shades of Lime Green #34B232

Tints of Lime Green #34B232

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 17.86%

R = 18.57%
G = 63.57%
B = 17.86%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.72

 K value IS 0.30

RGB Variations

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

Color information

#34B232 (or 0x34B232) is known color: Lime Green. HEX triplet: 34, B2 and 32. RGB value is (52,178,50). Sum of RGB (Red+Green+Blue) = 52+178+50=280 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.57% from 280); Green value is 178 (69.92% from 255 or 63.57% from 280); Blue value is 50 (19.92% from 255 or 17.86% from 280); Max value from RGB is 178 - color contains mainly: green. Hex color #34B232 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #34B232 is #CB4DCD. Grayscale: #7E7E7E. Windows color (decimal): -13323726 or 3322420. OLE color: 3322420.

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

Color convert

RGB 52 178 50 -
CMYK 0.71 0 0.72 0.30
HSL 119.06º 0.56% 0.45% -
HSV(B) 119.06º 0.72% 0.7% -
XYZ 17.91 32.8 8.4 -
YUV 125.73 85.26 75.41 -
System Red Green Blue C M Y K H S L
Decimal 52 178 50 0.71 0 0.72 0.30 119.06 0.56 0.45
Hex 34 B2 32 47 0 48 1E 77 38 2D
Octal 64 262 62 107 0 110 36 167 70 55
Binary 110100 10110010 110010 1000111 0 1001000 11110 1110111 111000 101101

Color Harmonies of #34B232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34B232

Black with #34B232

Text Example


Text Example

White with #34B232

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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