Html Css Color HEX #34D517 Lime Green

📋 copy color: '#34D517'

red 52 ◦ green 213 ◦ blue 23

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

Shades of Lime Green #34D517

Tints of Lime Green #34D517

RGB

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

 GREEN value IS 213 (83.59% from 255) = 73.96%

 BLUE value IS 23 (9.38% from 255) = 7.99%

R = 18.06%
G = 73.96%
B = 7.99%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.89

 K value IS 0.16

RGB Variations

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

Color information

#34D517 (or 0x34D517) is known color: Lime Green. HEX triplet: 34, D5 and 17. RGB value is (52,213,23). Sum of RGB (Red+Green+Blue) = 52+213+23=288 (38% of max value = 765). Red value is 52 (20.70% from 255 or 18.06% from 288); Green value is 213 (83.59% from 255 or 73.96% from 288); Blue value is 23 (9.38% from 255 or 7.99% from 288); Max value from RGB is 213 - color contains mainly: green. Hex color #34D517 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #34D517 is #CB2AE8. Grayscale: #8F8F8F. Windows color (decimal): -13314793 or 1561908. OLE color: 1561908.

HSL color Cylindrical-coordinate representation of color #34D517: hue angle of 110.84º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #34D517 is Cyan = 0.76, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.16.

Color convert

RGB 52 213 23 -
CMYK 0.76 0 0.89 0.16
HSL 110.84º 0.81% 0.46% -
HSV(B) 110.84º 0.89% 0.84% -
XYZ 25.37 48.38 8.81 -
YUV 143.2 60.16 62.95 -
System Red Green Blue C M Y K H S L
Decimal 52 213 23 0.76 0 0.89 0.16 110.84 0.81 0.46
Hex 34 D5 17 4C 0 59 10 6F 51 2E
Octal 64 325 27 114 0 131 20 157 121 56
Binary 110100 11010101 10111 1001100 0 1011001 10000 1101111 1010001 101110

Color Harmonies of #34D517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34D517

Black with #34D517

Text Example


Text Example

White with #34D517

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,213,23); }

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

background-color css

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

 a { background-color: rgb(52,213,23); }

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

border-color css

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

 span { border-color: rgb(52,213,23); }

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