Html Css Color HEX #34D840 Lime Green

📋 copy color: '#34D840'

red 52 ◦ green 216 ◦ blue 64

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

Shades of Lime Green #34D840

Tints of Lime Green #34D840

RGB

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

 GREEN value IS 216 (84.77% from 255) = 65.06%

 BLUE value IS 64 (25.39% from 255) = 19.28%

R = 15.66%
G = 65.06%
B = 19.28%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.70

 K value IS 0.15

RGB Variations

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

Color information

#34D840 (or 0x34D840) is known color: Lime Green. HEX triplet: 34, D8 and 40. RGB value is (52,216,64). Sum of RGB (Red+Green+Blue) = 52+216+64=332 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.66% from 332); Green value is 216 (84.77% from 255 or 65.06% from 332); Blue value is 64 (25.39% from 255 or 19.28% from 332); Max value from RGB is 216 - color contains mainly: green. Hex color #34D840 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34D840 is #CB27BF. Grayscale: #969696. Windows color (decimal): -13313984 or 4249652. OLE color: 4249652.

HSL color Cylindrical-coordinate representation of color #34D840: hue angle of 124.39º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #34D840 is Cyan = 0.76, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.15.

Color convert

RGB 52 216 64 -
CMYK 0.76 0 0.70 0.15
HSL 124.39º 0.68% 0.53% -
HSV(B) 124.39º 0.76% 0.85% -
XYZ 26.9 50.21 13.12 -
YUV 149.64 79.67 58.36 -
System Red Green Blue C M Y K H S L
Decimal 52 216 64 0.76 0 0.70 0.15 124.39 0.68 0.53
Hex 34 D8 40 4C 0 46 F 7C 44 35
Octal 64 330 100 114 0 106 17 174 104 65
Binary 110100 11011000 1000000 1001100 0 1000110 1111 1111100 1000100 110101

Color Harmonies of #34D840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34D840

Black with #34D840

Text Example


Text Example

White with #34D840

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,216,64); }

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

background-color css

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

 a { background-color: rgb(52,216,64); }

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

border-color css

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

 span { border-color: rgb(52,216,64); }

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