Html Css Color HEX #34BA4A Lime Green

📋 copy color: '#34BA4A'

red 52 ◦ green 186 ◦ blue 74

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

Shades of Lime Green #34BA4A

Tints of Lime Green #34BA4A

RGB

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

 GREEN value IS 186 (73.05% from 255) = 59.62%

 BLUE value IS 74 (29.3% from 255) = 23.72%

R = 16.67%
G = 59.62%
B = 23.72%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.60

 K value IS 0.27

RGB Variations

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

Color information

#34BA4A (or 0x34BA4A) is known color: Lime Green. HEX triplet: 34, BA and 4A. RGB value is (52,186,74). Sum of RGB (Red+Green+Blue) = 52+186+74=312 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.67% from 312); Green value is 186 (73.05% from 255 or 59.62% from 312); Blue value is 74 (29.30% from 255 or 23.72% from 312); Max value from RGB is 186 - color contains mainly: green. Hex color #34BA4A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34BA4A is #CB45B5. Grayscale: #858585. Windows color (decimal): -13321654 or 4897332. OLE color: 4897332.

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

Color convert

RGB 52 186 74 -
CMYK 0.72 0 0.60 0.27
HSL 129.85º 0.56% 0.47% -
HSV(B) 129.85º 0.72% 0.73% -
XYZ 20.21 36.34 12.43 -
YUV 133.17 94.61 70.11 -
System Red Green Blue C M Y K H S L
Decimal 52 186 74 0.72 0 0.60 0.27 129.85 0.56 0.47
Hex 34 BA 4A 48 0 3C 1B 82 38 2F
Octal 64 272 112 110 0 74 33 202 70 57
Binary 110100 10111010 1001010 1001000 0 111100 11011 10000010 111000 101111

Color Harmonies of #34BA4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34BA4A

Black with #34BA4A

Text Example


Text Example

White with #34BA4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,186,74); }

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

background-color css

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

 a { background-color: rgb(52,186,74); }

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

border-color css

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

 span { border-color: rgb(52,186,74); }

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