Html Css Color HEX #34D72B Lime Green

📋 copy color: '#34D72B'

red 52 ◦ green 215 ◦ blue 43

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

Shades of Lime Green #34D72B

Tints of Lime Green #34D72B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 13.87%

R = 16.77%
G = 69.35%
B = 13.87%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.8

 K value IS 0.16

RGB Variations

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

Color information

#34D72B (or 0x34D72B) is known color: Lime Green. HEX triplet: 34, D7 and 2B. RGB value is (52,215,43). Sum of RGB (Red+Green+Blue) = 52+215+43=310 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.77% from 310); Green value is 215 (84.38% from 255 or 69.35% from 310); Blue value is 43 (17.19% from 255 or 13.87% from 310); Max value from RGB is 215 - color contains mainly: green. Hex color #34D72B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34D72B is #CB28D4. Grayscale: #939393. Windows color (decimal): -13314261 or 2873140. OLE color: 2873140.

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

Color convert

RGB 52 215 43 -
CMYK 0.76 0 0.8 0.16
HSL 116.86º 0.68% 0.51% -
HSV(B) 116.86º 0.8% 0.84% -
XYZ 26.15 49.51 10.46 -
YUV 146.66 69.5 60.49 -
System Red Green Blue C M Y K H S L
Decimal 52 215 43 0.76 0 0.8 0.16 116.86 0.68 0.51
Hex 34 D7 2B 4C 0 50 10 75 44 33
Octal 64 327 53 114 0 120 20 165 104 63
Binary 110100 11010111 101011 1001100 0 1010000 10000 1110101 1000100 110011

Color Harmonies of #34D72B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34D72B

Black with #34D72B

Text Example


Text Example

White with #34D72B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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