Html Css Color HEX #34D348 Lime Green

📋 copy color: '#34D348'

red 52 ◦ green 211 ◦ blue 72

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

Shades of Lime Green #34D348

Tints of Lime Green #34D348

RGB

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

 GREEN value IS 211 (82.81% from 255) = 62.99%

 BLUE value IS 72 (28.52% from 255) = 21.49%

R = 15.52%
G = 62.99%
B = 21.49%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.66

 K value IS 0.17

RGB Variations

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

Color information

#34D348 (or 0x34D348) is known color: Lime Green. HEX triplet: 34, D3 and 48. RGB value is (52,211,72). Sum of RGB (Red+Green+Blue) = 52+211+72=335 (44% of max value = 765). Red value is 52 (20.70% from 255 or 15.52% from 335); Green value is 211 (82.81% from 255 or 62.99% from 335); Blue value is 72 (28.52% from 255 or 21.49% from 335); Max value from RGB is 211 - color contains mainly: green. Hex color #34D348 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34D348 is #CB2CB7. Grayscale: #949494. Windows color (decimal): -13315256 or 4772660. OLE color: 4772660.

HSL color Cylindrical-coordinate representation of color #34D348: hue angle of 127.55º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #34D348 is Cyan = 0.75, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.17.

Color convert

RGB 52 211 72 -
CMYK 0.75 0 0.66 0.17
HSL 127.55º 0.64% 0.52% -
HSV(B) 127.55º 0.75% 0.83% -
XYZ 25.88 47.79 13.99 -
YUV 147.61 85.32 59.8 -
System Red Green Blue C M Y K H S L
Decimal 52 211 72 0.75 0 0.66 0.17 127.55 0.64 0.52
Hex 34 D3 48 4B 0 42 11 80 40 34
Octal 64 323 110 113 0 102 21 200 100 64
Binary 110100 11010011 1001000 1001011 0 1000010 10001 10000000 1000000 110100

Color Harmonies of #34D348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34D348

Black with #34D348

Text Example


Text Example

White with #34D348

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,211,72); }

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

background-color css

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

 a { background-color: rgb(52,211,72); }

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

border-color css

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

 span { border-color: rgb(52,211,72); }

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