Html Css Color HEX #34C453 Lime Green

📋 copy color: '#34C453'

red 52 ◦ green 196 ◦ blue 83

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

Shades of Lime Green #34C453

Tints of Lime Green #34C453

RGB

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

 GREEN value IS 196 (76.95% from 255) = 59.21%

 BLUE value IS 83 (32.81% from 255) = 25.08%

R = 15.71%
G = 59.21%
B = 25.08%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.58

 K value IS 0.23

RGB Variations

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

Color information

#34C453 (or 0x34C453) is known color: Lime Green. HEX triplet: 34, C4 and 53. RGB value is (52,196,83). Sum of RGB (Red+Green+Blue) = 52+196+83=331 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.71% from 331); Green value is 196 (76.95% from 255 or 59.21% from 331); Blue value is 83 (32.81% from 255 or 25.08% from 331); Max value from RGB is 196 - color contains mainly: green. Hex color #34C453 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #34C453 is #CB3BAC. Grayscale: #8C8C8C. Windows color (decimal): -13319085 or 5489716. OLE color: 5489716.

HSL color Cylindrical-coordinate representation of color #34C453: hue angle of 132.92º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #34C453 is Cyan = 0.73, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.23.

Color convert

RGB 52 196 83 -
CMYK 0.73 0 0.58 0.23
HSL 132.92º 0.58% 0.49% -
HSV(B) 132.92º 0.73% 0.77% -
XYZ 22.72 40.83 14.87 -
YUV 140.06 95.79 65.19 -
System Red Green Blue C M Y K H S L
Decimal 52 196 83 0.73 0 0.58 0.23 132.92 0.58 0.49
Hex 34 C4 53 49 0 3A 17 85 3A 31
Octal 64 304 123 111 0 72 27 205 72 61
Binary 110100 11000100 1010011 1001001 0 111010 10111 10000101 111010 110001

Color Harmonies of #34C453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34C453

Black with #34C453

Text Example


Text Example

White with #34C453

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,196,83); }

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

background-color css

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

 a { background-color: rgb(52,196,83); }

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

border-color css

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

 span { border-color: rgb(52,196,83); }

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