Html Css Color HEX #34B340 Lime Green

📋 copy color: '#34B340'

red 52 ◦ green 179 ◦ blue 64

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

Shades of Lime Green #34B340

Tints of Lime Green #34B340

RGB

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

 GREEN value IS 179 (70.31% from 255) = 60.68%

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

R = 17.63%
G = 60.68%
B = 21.69%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.64

 K value IS 0.30

RGB Variations

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

Color information

#34B340 (or 0x34B340) is known color: Lime Green. HEX triplet: 34, B3 and 40. RGB value is (52,179,64). Sum of RGB (Red+Green+Blue) = 52+179+64=295 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.63% from 295); Green value is 179 (70.31% from 255 or 60.68% from 295); Blue value is 64 (25.39% from 255 or 21.69% from 295); Max value from RGB is 179 - color contains mainly: green. Hex color #34B340 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34B340 is #CB4CBF. Grayscale: #808080. Windows color (decimal): -13323456 or 4240180. OLE color: 4240180.

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

Color convert

RGB 52 179 64 -
CMYK 0.71 0 0.64 0.30
HSL 125.67º 0.55% 0.45% -
HSV(B) 125.67º 0.71% 0.7% -
XYZ 18.46 33.34 10.31 -
YUV 127.92 91.92 73.85 -
System Red Green Blue C M Y K H S L
Decimal 52 179 64 0.71 0 0.64 0.30 125.67 0.55 0.45
Hex 34 B3 40 47 0 40 1E 7E 37 2D
Octal 64 263 100 107 0 100 36 176 67 55
Binary 110100 10110011 1000000 1000111 0 1000000 11110 1111110 110111 101101

Color Harmonies of #34B340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34B340

Black with #34B340

Text Example


Text Example

White with #34B340

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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