Html Css Color HEX #34D11C Lime Green

📋 copy color: '#34D11C'

red 52 ◦ green 209 ◦ blue 28

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

Shades of Lime Green #34D11C

Tints of Lime Green #34D11C

RGB

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

 GREEN value IS 209 (82.03% from 255) = 72.32%

 BLUE value IS 28 (11.33% from 255) = 9.69%

R = 17.99%
G = 72.32%
B = 9.69%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.87

 K value IS 0.18

RGB Variations

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

Color information

#34D11C (or 0x34D11C) is known color: Lime Green. HEX triplet: 34, D1 and 1C. RGB value is (52,209,28). Sum of RGB (Red+Green+Blue) = 52+209+28=289 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.99% from 289); Green value is 209 (82.03% from 255 or 72.32% from 289); Blue value is 28 (11.33% from 255 or 9.69% from 289); Max value from RGB is 209 - color contains mainly: green. Hex color #34D11C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34D11C is #CB2EE3. Grayscale: #8D8D8D. Windows color (decimal): -13315812 or 1888564. OLE color: 1888564.

HSL color Cylindrical-coordinate representation of color #34D11C: hue angle of 112.04º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #34D11C is Cyan = 0.75, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.18.

Color convert

RGB 52 209 28 -
CMYK 0.75 0 0.87 0.18
HSL 112.04º 0.76% 0.46% -
HSV(B) 112.04º 0.87% 0.82% -
XYZ 24.43 46.41 8.77 -
YUV 141.42 63.99 64.22 -
System Red Green Blue C M Y K H S L
Decimal 52 209 28 0.75 0 0.87 0.18 112.04 0.76 0.46
Hex 34 D1 1C 4B 0 57 12 70 4C 2E
Octal 64 321 34 113 0 127 22 160 114 56
Binary 110100 11010001 11100 1001011 0 1010111 10010 1110000 1001100 101110

Color Harmonies of #34D11C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34D11C

Black with #34D11C

Text Example


Text Example

White with #34D11C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,209,28); }

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

background-color css

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

 a { background-color: rgb(52,209,28); }

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

border-color css

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

 span { border-color: rgb(52,209,28); }

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