Html Css Color HEX #34DC37 Lime Green

📋 copy color: '#34DC37'

red 52 ◦ green 220 ◦ blue 55

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

Shades of Lime Green #34DC37

Tints of Lime Green #34DC37

RGB

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

 GREEN value IS 220 (86.33% from 255) = 67.28%

 BLUE value IS 55 (21.88% from 255) = 16.82%

R = 15.9%
G = 67.28%
B = 16.82%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.75

 K value IS 0.14

RGB Variations

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

Color information

#34DC37 (or 0x34DC37) is known color: Lime Green. HEX triplet: 34, DC and 37. RGB value is (52,220,55). Sum of RGB (Red+Green+Blue) = 52+220+55=327 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.90% from 327); Green value is 220 (86.33% from 255 or 67.28% from 327); Blue value is 55 (21.88% from 255 or 16.82% from 327); Max value from RGB is 220 - color contains mainly: green. Hex color #34DC37 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34DC37 is #CB23C8. Grayscale: #979797. Windows color (decimal): -13312969 or 3660852. OLE color: 3660852.

HSL color Cylindrical-coordinate representation of color #34DC37: hue angle of 121.07º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #34DC37 is Cyan = 0.76, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.14.

Color convert

RGB 52 220 55 -
CMYK 0.76 0 0.75 0.14
HSL 121.07º 0.71% 0.53% -
HSV(B) 121.07º 0.76% 0.86% -
XYZ 27.7 52.19 12.23 -
YUV 150.96 73.84 57.42 -
System Red Green Blue C M Y K H S L
Decimal 52 220 55 0.76 0 0.75 0.14 121.07 0.71 0.53
Hex 34 DC 37 4C 0 4B E 79 47 35
Octal 64 334 67 114 0 113 16 171 107 65
Binary 110100 11011100 110111 1001100 0 1001011 1110 1111001 1000111 110101

Color Harmonies of #34DC37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34DC37

Black with #34DC37

Text Example


Text Example

White with #34DC37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,220,55); }

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

background-color css

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

 a { background-color: rgb(52,220,55); }

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

border-color css

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

 span { border-color: rgb(52,220,55); }

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