Html Css Color HEX #34AB26 Lime Green

📋 copy color: '#34AB26'

red 52 ◦ green 171 ◦ blue 38

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

Shades of Lime Green #34AB26

Tints of Lime Green #34AB26

RGB

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

 GREEN value IS 171 (67.19% from 255) = 65.52%

 BLUE value IS 38 (15.23% from 255) = 14.56%

R = 19.92%
G = 65.52%
B = 14.56%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.78

 K value IS 0.33

RGB Variations

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

Color information

#34AB26 (or 0x34AB26) is known color: Lime Green. HEX triplet: 34, AB and 26. RGB value is (52,171,38). Sum of RGB (Red+Green+Blue) = 52+171+38=261 (34% of max value = 765). Red value is 52 (20.70% from 255 or 19.92% from 261); Green value is 171 (67.19% from 255 or 65.52% from 261); Blue value is 38 (15.23% from 255 or 14.56% from 261); Max value from RGB is 171 - color contains mainly: green. Hex color #34AB26 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #34AB26 is #CB54D9. Grayscale: #787878. Windows color (decimal): -13325530 or 2534196. OLE color: 2534196.

HSL color Cylindrical-coordinate representation of color #34AB26: hue angle of 113.68º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #34AB26 is Cyan = 0.70, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.33.

Color convert

RGB 52 171 38 -
CMYK 0.70 0 0.78 0.33
HSL 113.68º 0.64% 0.41% -
HSV(B) 113.68º 0.78% 0.67% -
XYZ 16.33 30 6.76 -
YUV 120.26 81.58 79.31 -
System Red Green Blue C M Y K H S L
Decimal 52 171 38 0.70 0 0.78 0.33 113.68 0.64 0.41
Hex 34 AB 26 46 0 4E 21 72 40 29
Octal 64 253 46 106 0 116 41 162 100 51
Binary 110100 10101011 100110 1000110 0 1001110 100001 1110010 1000000 101001

Color Harmonies of #34AB26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34AB26

Black with #34AB26

Text Example


Text Example

White with #34AB26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,171,38); }

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

background-color css

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

 a { background-color: rgb(52,171,38); }

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

border-color css

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

 span { border-color: rgb(52,171,38); }

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