Html Css Color HEX #34D41A Lime Green

📋 copy color: '#34D41A'

red 52 ◦ green 212 ◦ blue 26

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

Shades of Lime Green #34D41A

Tints of Lime Green #34D41A

RGB

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

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

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

R = 17.93%
G = 73.1%
B = 8.97%

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

#34D41A (or 0x34D41A) is known color: Lime Green. HEX triplet: 34, D4 and 1A. RGB value is (52,212,26). Sum of RGB (Red+Green+Blue) = 52+212+26=290 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.93% from 290); Green value is 212 (83.20% from 255 or 73.10% from 290); Blue value is 26 (10.55% from 255 or 8.97% from 290); Max value from RGB is 212 - color contains mainly: green. Hex color #34D41A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34D41A is #CB2BE5. Grayscale: #8F8F8F. Windows color (decimal): -13315046 or 1758260. OLE color: 1758260.

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

Color convert

RGB 52 212 26 -
CMYK 0.75 0 0.88 0.17
HSL 111.61º 0.78% 0.47% -
HSV(B) 111.61º 0.88% 0.83% -
XYZ 25.15 47.89 8.9 -
YUV 142.96 61.99 63.12 -
System Red Green Blue C M Y K H S L
Decimal 52 212 26 0.75 0 0.88 0.17 111.61 0.78 0.47
Hex 34 D4 1A 4B 0 58 11 70 4E 2F
Octal 64 324 32 113 0 130 21 160 116 57
Binary 110100 11010100 11010 1001011 0 1011000 10001 1110000 1001110 101111

Color Harmonies of #34D41A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34D41A

Black with #34D41A

Text Example


Text Example

White with #34D41A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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