Html Css Color HEX #34D255 Lime Green

📋 copy color: '#34D255'

red 52 ◦ green 210 ◦ blue 85

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

Shades of Lime Green #34D255

Tints of Lime Green #34D255

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 24.5%

R = 14.99%
G = 60.52%
B = 24.5%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.60

 K value IS 0.18

RGB Variations

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

Color information

#34D255 (or 0x34D255) is known color: Lime Green. HEX triplet: 34, D2 and 55. RGB value is (52,210,85). Sum of RGB (Red+Green+Blue) = 52+210+85=347 (45% of max value = 765). Red value is 52 (20.70% from 255 or 14.99% from 347); Green value is 210 (82.42% from 255 or 60.52% from 347); Blue value is 85 (33.59% from 255 or 24.50% from 347); Max value from RGB is 210 - color contains mainly: green. Hex color #34D255 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #34D255 is #CB2DAA. Grayscale: #949494. Windows color (decimal): -13315499 or 5624372. OLE color: 5624372.

HSL color Cylindrical-coordinate representation of color #34D255: hue angle of 132.53º 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 #34D255 is Cyan = 0.75, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.18.

Color convert

RGB 52 210 85 -
CMYK 0.75 0 0.60 0.18
HSL 132.53º 0.64% 0.51% -
HSV(B) 132.53º 0.75% 0.82% -
XYZ 26.1 47.48 16.38 -
YUV 148.51 92.15 59.16 -
System Red Green Blue C M Y K H S L
Decimal 52 210 85 0.75 0 0.60 0.18 132.53 0.64 0.51
Hex 34 D2 55 4B 0 3C 12 85 40 33
Octal 64 322 125 113 0 74 22 205 100 63
Binary 110100 11010010 1010101 1001011 0 111100 10010 10000101 1000000 110011

Color Harmonies of #34D255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34D255

Black with #34D255

Text Example


Text Example

White with #34D255

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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