Html Css Color HEX #34C344 Lime Green

📋 copy color: '#34C344'

red 52 ◦ green 195 ◦ blue 68

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

Shades of Lime Green #34C344

Tints of Lime Green #34C344

RGB

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

 GREEN value IS 195 (76.56% from 255) = 61.9%

 BLUE value IS 68 (26.95% from 255) = 21.59%

R = 16.51%
G = 61.9%
B = 21.59%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.65

 K value IS 0.24

RGB Variations

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

Color information

#34C344 (or 0x34C344) is known color: Lime Green. HEX triplet: 34, C3 and 44. RGB value is (52,195,68). Sum of RGB (Red+Green+Blue) = 52+195+68=315 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.51% from 315); Green value is 195 (76.56% from 255 or 61.90% from 315); Blue value is 68 (26.95% from 255 or 21.59% from 315); Max value from RGB is 195 - color contains mainly: green. Hex color #34C344 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34C344 is #CB3CBB. Grayscale: #8A8A8A. Windows color (decimal): -13319356 or 4506420. OLE color: 4506420.

HSL color Cylindrical-coordinate representation of color #34C344: hue angle of 126.71º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #34C344 is Cyan = 0.73, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.24.

Color convert

RGB 52 195 68 -
CMYK 0.73 0 0.65 0.24
HSL 126.71º 0.58% 0.48% -
HSV(B) 126.71º 0.73% 0.76% -
XYZ 21.97 40.18 12.07 -
YUV 137.77 88.62 66.83 -
System Red Green Blue C M Y K H S L
Decimal 52 195 68 0.73 0 0.65 0.24 126.71 0.58 0.48
Hex 34 C3 44 49 0 41 18 7F 3A 30
Octal 64 303 104 111 0 101 30 177 72 60
Binary 110100 11000011 1000100 1001001 0 1000001 11000 1111111 111010 110000

Color Harmonies of #34C344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34C344

Black with #34C344

Text Example


Text Example

White with #34C344

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,195,68); }

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

background-color css

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

 a { background-color: rgb(52,195,68); }

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

border-color css

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

 span { border-color: rgb(52,195,68); }

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