Html Css Color HEX #34D240 Lime Green

📋 copy color: '#34D240'

red 52 ◦ green 210 ◦ blue 64

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

Shades of Lime Green #34D240

Tints of Lime Green #34D240

RGB

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

 GREEN value IS 210 (82.42% from 255) = 64.42%

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

R = 15.95%
G = 64.42%
B = 19.63%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.70

 K value IS 0.18

RGB Variations

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

Color information

#34D240 (or 0x34D240) is known color: Lime Green. HEX triplet: 34, D2 and 40. RGB value is (52,210,64). Sum of RGB (Red+Green+Blue) = 52+210+64=326 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.95% from 326); Green value is 210 (82.42% from 255 or 64.42% from 326); Blue value is 64 (25.39% from 255 or 19.63% from 326); Max value from RGB is 210 - color contains mainly: green. Hex color #34D240 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34D240 is #CB2DBF. Grayscale: #929292. Windows color (decimal): -13315520 or 4248116. OLE color: 4248116.

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

Color convert

RGB 52 210 64 -
CMYK 0.75 0 0.70 0.18
HSL 124.56º 0.64% 0.51% -
HSV(B) 124.56º 0.75% 0.82% -
XYZ 25.39 47.19 12.62 -
YUV 146.11 81.65 60.87 -
System Red Green Blue C M Y K H S L
Decimal 52 210 64 0.75 0 0.70 0.18 124.56 0.64 0.51
Hex 34 D2 40 4B 0 46 12 7D 40 33
Octal 64 322 100 113 0 106 22 175 100 63
Binary 110100 11010010 1000000 1001011 0 1000110 10010 1111101 1000000 110011

Color Harmonies of #34D240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34D240

Black with #34D240

Text Example


Text Example

White with #34D240

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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