Html Css Color HEX #34D435 Lime Green

📋 copy color: '#34D435'

red 52 ◦ green 212 ◦ blue 53

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

Shades of Lime Green #34D435

Tints of Lime Green #34D435

RGB

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

 GREEN value IS 212 (83.2% from 255) = 66.88%

 BLUE value IS 53 (21.09% from 255) = 16.72%

R = 16.4%
G = 66.88%
B = 16.72%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.75

 K value IS 0.17

RGB Variations

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

Color information

#34D435 (or 0x34D435) is known color: Lime Green. HEX triplet: 34, D4 and 35. RGB value is (52,212,53). Sum of RGB (Red+Green+Blue) = 52+212+53=317 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.40% from 317); Green value is 212 (83.20% from 255 or 66.88% from 317); Blue value is 53 (21.09% from 255 or 16.72% from 317); Max value from RGB is 212 - color contains mainly: green. Hex color #34D435 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34D435 is #CB2BCA. Grayscale: #929292. Windows color (decimal): -13315019 or 3527732. OLE color: 3527732.

HSL color Cylindrical-coordinate representation of color #34D435: hue angle of 120.37º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #34D435 is Cyan = 0.75, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.17.

Color convert

RGB 52 212 53 -
CMYK 0.75 0 0.75 0.17
HSL 120.38º 0.65% 0.52% -
HSV(B) 120.38º 0.75% 0.83% -
XYZ 25.6 48.07 11.3 -
YUV 146.03 75.49 60.93 -
System Red Green Blue C M Y K H S L
Decimal 52 212 53 0.75 0 0.75 0.17 120.38 0.65 0.52
Hex 34 D4 35 4B 0 4B 11 78 41 34
Octal 64 324 65 113 0 113 21 170 101 64
Binary 110100 11010100 110101 1001011 0 1001011 10001 1111000 1000001 110100

Color Harmonies of #34D435

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34D435

Black with #34D435

Text Example


Text Example

White with #34D435

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,212,53); }

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

background-color css

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

 a { background-color: rgb(52,212,53); }

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

border-color css

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

 span { border-color: rgb(52,212,53); }

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