Html Css Color HEX #34B53A Lime Green

📋 copy color: '#34B53A'

red 52 ◦ green 181 ◦ blue 58

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

Shades of Lime Green #34B53A

Tints of Lime Green #34B53A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 19.93%

R = 17.87%
G = 62.2%
B = 19.93%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.68

 K value IS 0.29

RGB Variations

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

Color information

#34B53A (or 0x34B53A) is known color: Lime Green. HEX triplet: 34, B5 and 3A. RGB value is (52,181,58). Sum of RGB (Red+Green+Blue) = 52+181+58=291 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.87% from 291); Green value is 181 (71.09% from 255 or 62.20% from 291); Blue value is 58 (23.05% from 255 or 19.93% from 291); Max value from RGB is 181 - color contains mainly: green. Hex color #34B53A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34B53A is #CB4AC5. Grayscale: #808080. Windows color (decimal): -13322950 or 3847476. OLE color: 3847476.

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

Color convert

RGB 52 181 58 -
CMYK 0.71 0 0.68 0.29
HSL 122.79º 0.55% 0.46% -
HSV(B) 122.79º 0.71% 0.71% -
XYZ 18.7 34.08 9.6 -
YUV 128.41 88.26 73.5 -
System Red Green Blue C M Y K H S L
Decimal 52 181 58 0.71 0 0.68 0.29 122.79 0.55 0.46
Hex 34 B5 3A 47 0 44 1D 7B 37 2E
Octal 64 265 72 107 0 104 35 173 67 56
Binary 110100 10110101 111010 1000111 0 1000100 11101 1111011 110111 101110

Color Harmonies of #34B53A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34B53A

Black with #34B53A

Text Example


Text Example

White with #34B53A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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