Html Css Color HEX #34D536 Lime Green

📋 copy color: '#34D536'

red 52 ◦ green 213 ◦ blue 54

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

Shades of Lime Green #34D536

Tints of Lime Green #34D536

RGB

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

 GREEN value IS 213 (83.59% from 255) = 66.77%

 BLUE value IS 54 (21.48% from 255) = 16.93%

R = 16.3%
G = 66.77%
B = 16.93%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.75

 K value IS 0.16

RGB Variations

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

Color information

#34D536 (or 0x34D536) is known color: Lime Green. HEX triplet: 34, D5 and 36. RGB value is (52,213,54). Sum of RGB (Red+Green+Blue) = 52+213+54=319 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.30% from 319); Green value is 213 (83.59% from 255 or 66.77% from 319); Blue value is 54 (21.48% from 255 or 16.93% from 319); Max value from RGB is 213 - color contains mainly: green. Hex color #34D536 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34D536 is #CB2AC9. Grayscale: #939393. Windows color (decimal): -13314762 or 3593524. OLE color: 3593524.

HSL color Cylindrical-coordinate representation of color #34D536: hue angle of 120.75º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #34D536 is Cyan = 0.76, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.16.

Color convert

RGB 52 213 54 -
CMYK 0.76 0 0.75 0.16
HSL 120.75º 0.66% 0.52% -
HSV(B) 120.75º 0.76% 0.84% -
XYZ 25.88 48.58 11.5 -
YUV 146.74 75.66 60.43 -
System Red Green Blue C M Y K H S L
Decimal 52 213 54 0.76 0 0.75 0.16 120.75 0.66 0.52
Hex 34 D5 36 4C 0 4B 10 79 42 34
Octal 64 325 66 114 0 113 20 171 102 64
Binary 110100 11010101 110110 1001100 0 1001011 10000 1111001 1000010 110100

Color Harmonies of #34D536

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34D536

Black with #34D536

Text Example


Text Example

White with #34D536

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,213,54); }

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

background-color css

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

 a { background-color: rgb(52,213,54); }

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

border-color css

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

 span { border-color: rgb(52,213,54); }

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