Html Css Color HEX #34BA2C Lime Green

📋 copy color: '#34BA2C'

red 52 ◦ green 186 ◦ blue 44

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

Shades of Lime Green #34BA2C

Tints of Lime Green #34BA2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 15.6%

R = 18.44%
G = 65.96%
B = 15.6%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.76

 K value IS 0.27

RGB Variations

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

Color information

#34BA2C (or 0x34BA2C) is known color: Lime Green. HEX triplet: 34, BA and 2C. RGB value is (52,186,44). Sum of RGB (Red+Green+Blue) = 52+186+44=282 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.44% from 282); Green value is 186 (73.05% from 255 or 65.96% from 282); Blue value is 44 (17.58% from 255 or 15.60% from 282); Max value from RGB is 186 - color contains mainly: green. Hex color #34BA2C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34BA2C is #CB45D3. Grayscale: #828282. Windows color (decimal): -13321684 or 2931252. OLE color: 2931252.

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

Color convert

RGB 52 186 44 -
CMYK 0.72 0 0.76 0.27
HSL 116.62º 0.62% 0.45% -
HSV(B) 116.62º 0.76% 0.73% -
XYZ 19.43 36.03 8.31 -
YUV 129.75 79.61 72.55 -
System Red Green Blue C M Y K H S L
Decimal 52 186 44 0.72 0 0.76 0.27 116.62 0.62 0.45
Hex 34 BA 2C 48 0 4C 1B 75 3E 2D
Octal 64 272 54 110 0 114 33 165 76 55
Binary 110100 10111010 101100 1001000 0 1001100 11011 1110101 111110 101101

Color Harmonies of #34BA2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34BA2C

Black with #34BA2C

Text Example


Text Example

White with #34BA2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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