Html Css Color HEX #34AB33 Lime Green

📋 copy color: '#34AB33'

red 52 ◦ green 171 ◦ blue 51

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

Shades of Lime Green #34AB33

Tints of Lime Green #34AB33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 18.61%

R = 18.98%
G = 62.41%
B = 18.61%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.70

 K value IS 0.33

RGB Variations

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

Color information

#34AB33 (or 0x34AB33) is known color: Lime Green. HEX triplet: 34, AB and 33. RGB value is (52,171,51). Sum of RGB (Red+Green+Blue) = 52+171+51=274 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.98% from 274); Green value is 171 (67.19% from 255 or 62.41% from 274); Blue value is 51 (20.31% from 255 or 18.61% from 274); Max value from RGB is 171 - color contains mainly: green. Hex color #34AB33 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #34AB33 is #CB54CC. Grayscale: #7A7A7A. Windows color (decimal): -13325517 or 3386164. OLE color: 3386164.

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

Color convert

RGB 52 171 51 -
CMYK 0.70 0 0.70 0.33
HSL 119.5º 0.54% 0.44% -
HSV(B) 119.5º 0.7% 0.67% -
XYZ 16.58 30.09 8.07 -
YUV 121.74 88.08 78.26 -
System Red Green Blue C M Y K H S L
Decimal 52 171 51 0.70 0 0.70 0.33 119.5 0.54 0.44
Hex 34 AB 33 46 0 46 21 78 36 2C
Octal 64 253 63 106 0 106 41 170 66 54
Binary 110100 10101011 110011 1000110 0 1000110 100001 1111000 110110 101100

Color Harmonies of #34AB33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34AB33

Black with #34AB33

Text Example


Text Example

White with #34AB33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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