Html Css Color HEX #34D31A Lime Green

📋 copy color: '#34D31A'

red 52 ◦ green 211 ◦ blue 26

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

Shades of Lime Green #34D31A

Tints of Lime Green #34D31A

RGB

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

 GREEN value IS 211 (82.81% from 255) = 73.01%

 BLUE value IS 26 (10.55% from 255) = 9%

R = 17.99%
G = 73.01%
B = 9%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.88

 K value IS 0.17

RGB Variations

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

Color information

#34D31A (or 0x34D31A) is known color: Lime Green. HEX triplet: 34, D3 and 1A. RGB value is (52,211,26). Sum of RGB (Red+Green+Blue) = 52+211+26=289 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.99% from 289); Green value is 211 (82.81% from 255 or 73.01% from 289); Blue value is 26 (10.55% from 255 or 9.00% from 289); Max value from RGB is 211 - color contains mainly: green. Hex color #34D31A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34D31A is #CB2CE5. Grayscale: #8E8E8E. Windows color (decimal): -13315302 or 1758004. OLE color: 1758004.

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

Color convert

RGB 52 211 26 -
CMYK 0.75 0 0.88 0.17
HSL 111.57º 0.78% 0.46% -
HSV(B) 111.57º 0.88% 0.83% -
XYZ 24.9 47.39 8.81 -
YUV 142.37 62.32 63.54 -
System Red Green Blue C M Y K H S L
Decimal 52 211 26 0.75 0 0.88 0.17 111.57 0.78 0.46
Hex 34 D3 1A 4B 0 58 11 70 4E 2E
Octal 64 323 32 113 0 130 21 160 116 56
Binary 110100 11010011 11010 1001011 0 1011000 10001 1110000 1001110 101110

Color Harmonies of #34D31A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34D31A

Black with #34D31A

Text Example


Text Example

White with #34D31A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,211,26); }

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

background-color css

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

 a { background-color: rgb(52,211,26); }

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

border-color css

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

 span { border-color: rgb(52,211,26); }

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