Html Css Color HEX #34B920 Lime Green

📋 copy color: '#34B920'

red 52 ◦ green 185 ◦ blue 32

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

Shades of Lime Green #34B920

Tints of Lime Green #34B920

RGB

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

 GREEN value IS 185 (72.66% from 255) = 68.77%

 BLUE value IS 32 (12.89% from 255) = 11.9%

R = 19.33%
G = 68.77%
B = 11.9%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.83

 K value IS 0.27

RGB Variations

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

Color information

#34B920 (or 0x34B920) is known color: Lime Green. HEX triplet: 34, B9 and 20. RGB value is (52,185,32). Sum of RGB (Red+Green+Blue) = 52+185+32=269 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.33% from 269); Green value is 185 (72.66% from 255 or 68.77% from 269); Blue value is 32 (12.89% from 255 or 11.90% from 269); Max value from RGB is 185 - color contains mainly: green. Hex color #34B920 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34B920 is #CB46DF. Grayscale: #808080. Windows color (decimal): -13321952 or 2144564. OLE color: 2144564.

HSL color Cylindrical-coordinate representation of color #34B920: hue angle of 112.16º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #34B920 is Cyan = 0.72, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.27.

Color convert

RGB 52 185 32 -
CMYK 0.72 0 0.83 0.27
HSL 112.16º 0.71% 0.43% -
HSV(B) 112.16º 0.83% 0.73% -
XYZ 19.03 35.53 7.22 -
YUV 127.79 73.94 73.94 -
System Red Green Blue C M Y K H S L
Decimal 52 185 32 0.72 0 0.83 0.27 112.16 0.71 0.43
Hex 34 B9 20 48 0 53 1B 70 47 2B
Octal 64 271 40 110 0 123 33 160 107 53
Binary 110100 10111001 100000 1001000 0 1010011 11011 1110000 1000111 101011

Color Harmonies of #34B920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34B920

Black with #34B920

Text Example


Text Example

White with #34B920

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,185,32); }

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

background-color css

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

 a { background-color: rgb(52,185,32); }

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

border-color css

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

 span { border-color: rgb(52,185,32); }

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