Html Css Color HEX #34D712 Lime Green

📋 copy color: '#34D712'

red 52 ◦ green 215 ◦ blue 18

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

Shades of Lime Green #34D712

Tints of Lime Green #34D712

RGB

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

 GREEN value IS 215 (84.38% from 255) = 75.44%

 BLUE value IS 18 (7.42% from 255) = 6.32%

R = 18.25%
G = 75.44%
B = 6.32%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#34D712 (or 0x34D712) is known color: Lime Green. HEX triplet: 34, D7 and 12. RGB value is (52,215,18). Sum of RGB (Red+Green+Blue) = 52+215+18=285 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.25% from 285); Green value is 215 (84.38% from 255 or 75.44% from 285); Blue value is 18 (7.42% from 255 or 6.32% from 285); Max value from RGB is 215 - color contains mainly: green. Hex color #34D712 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #34D712 is #CB28ED. Grayscale: #909090. Windows color (decimal): -13314286 or 1234740. OLE color: 1234740.

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

Color convert

RGB 52 215 18 -
CMYK 0.76 0 0.92 0.16
HSL 109.64º 0.85% 0.46% -
HSV(B) 109.64º 0.92% 0.84% -
XYZ 25.83 49.37 8.74 -
YUV 143.81 57 62.52 -
System Red Green Blue C M Y K H S L
Decimal 52 215 18 0.76 0 0.92 0.16 109.64 0.85 0.46
Hex 34 D7 12 4C 0 5C 10 6E 55 2E
Octal 64 327 22 114 0 134 20 156 125 56
Binary 110100 11010111 10010 1001100 0 1011100 10000 1101110 1010101 101110

Color Harmonies of #34D712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34D712

Black with #34D712

Text Example


Text Example

White with #34D712

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,215,18); }

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

background-color css

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

 a { background-color: rgb(52,215,18); }

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

border-color css

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

 span { border-color: rgb(52,215,18); }

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