Html Css Color HEX #34C949 Lime Green

📋 copy color: '#34C949'

red 52 ◦ green 201 ◦ blue 73

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

Shades of Lime Green #34C949

Tints of Lime Green #34C949

RGB

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

 GREEN value IS 201 (78.91% from 255) = 61.66%

 BLUE value IS 73 (28.91% from 255) = 22.39%

R = 15.95%
G = 61.66%
B = 22.39%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.64

 K value IS 0.21

RGB Variations

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

Color information

#34C949 (or 0x34C949) is known color: Lime Green. HEX triplet: 34, C9 and 49. RGB value is (52,201,73). Sum of RGB (Red+Green+Blue) = 52+201+73=326 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.95% from 326); Green value is 201 (78.91% from 255 or 61.66% from 326); Blue value is 73 (28.91% from 255 or 22.39% from 326); Max value from RGB is 201 - color contains mainly: green. Hex color #34C949 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34C949 is #CB36B6. Grayscale: #8E8E8E. Windows color (decimal): -13317815 or 4835636. OLE color: 4835636.

HSL color Cylindrical-coordinate representation of color #34C949: hue angle of 128.46º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #34C949 is Cyan = 0.74, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.21.

Color convert

RGB 52 201 73 -
CMYK 0.74 0 0.64 0.21
HSL 128.46º 0.59% 0.5% -
HSV(B) 128.46º 0.74% 0.79% -
XYZ 23.51 42.98 13.36 -
YUV 141.86 89.14 63.91 -
System Red Green Blue C M Y K H S L
Decimal 52 201 73 0.74 0 0.64 0.21 128.46 0.59 0.5
Hex 34 C9 49 4A 0 40 15 80 3B 32
Octal 64 311 111 112 0 100 25 200 73 62
Binary 110100 11001001 1001001 1001010 0 1000000 10101 10000000 111011 110010

Color Harmonies of #34C949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34C949

Black with #34C949

Text Example


Text Example

White with #34C949

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,201,73); }

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

background-color css

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

 a { background-color: rgb(52,201,73); }

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

border-color css

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

 span { border-color: rgb(52,201,73); }

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