Html Css Color HEX #34D052 Lime Green

📋 copy color: '#34D052'

red 52 ◦ green 208 ◦ blue 82

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

Shades of Lime Green #34D052

Tints of Lime Green #34D052

RGB

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

 GREEN value IS 208 (81.64% from 255) = 60.82%

 BLUE value IS 82 (32.42% from 255) = 23.98%

R = 15.2%
G = 60.82%
B = 23.98%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.61

 K value IS 0.18

RGB Variations

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

Color information

#34D052 (or 0x34D052) is known color: Lime Green. HEX triplet: 34, D0 and 52. RGB value is (52,208,82). Sum of RGB (Red+Green+Blue) = 52+208+82=342 (45% of max value = 765). Red value is 52 (20.70% from 255 or 15.20% from 342); Green value is 208 (81.64% from 255 or 60.82% from 342); Blue value is 82 (32.42% from 255 or 23.98% from 342); Max value from RGB is 208 - color contains mainly: green. Hex color #34D052 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #34D052 is #CB2FAD. Grayscale: #939393. Windows color (decimal): -13316014 or 5427252. OLE color: 5427252.

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

Color convert

RGB 52 208 82 -
CMYK 0.75 0 0.61 0.18
HSL 131.54º 0.62% 0.51% -
HSV(B) 131.54º 0.75% 0.82% -
XYZ 25.5 46.45 15.6 -
YUV 146.99 91.32 60.25 -
System Red Green Blue C M Y K H S L
Decimal 52 208 82 0.75 0 0.61 0.18 131.54 0.62 0.51
Hex 34 D0 52 4B 0 3D 12 84 3E 33
Octal 64 320 122 113 0 75 22 204 76 63
Binary 110100 11010000 1010010 1001011 0 111101 10010 10000100 111110 110011

Color Harmonies of #34D052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34D052

Black with #34D052

Text Example


Text Example

White with #34D052

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,208,82); }

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

background-color css

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

 a { background-color: rgb(52,208,82); }

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

border-color css

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

 span { border-color: rgb(52,208,82); }

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