Html Css Color HEX #34BA42 Lime Green

📋 copy color: '#34BA42'

red 52 ◦ green 186 ◦ blue 66

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

Shades of Lime Green #34BA42

Tints of Lime Green #34BA42

RGB

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

 GREEN value IS 186 (73.05% from 255) = 61.18%

 BLUE value IS 66 (26.17% from 255) = 21.71%

R = 17.11%
G = 61.18%
B = 21.71%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#34BA42 (or 0x34BA42) is known color: Lime Green. HEX triplet: 34, BA and 42. RGB value is (52,186,66). Sum of RGB (Red+Green+Blue) = 52+186+66=304 (40% of max value = 765). Red value is 52 (20.70% from 255 or 17.11% from 304); Green value is 186 (73.05% from 255 or 61.18% from 304); Blue value is 66 (26.17% from 255 or 21.71% from 304); Max value from RGB is 186 - color contains mainly: green. Hex color #34BA42 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34BA42 is #CB45BD. Grayscale: #848484. Windows color (decimal): -13321662 or 4373044. OLE color: 4373044.

HSL color Cylindrical-coordinate representation of color #34BA42: hue angle of 126.27º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #34BA42 is Cyan = 0.72, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.27.

Color convert

RGB 52 186 66 -
CMYK 0.72 0 0.65 0.27
HSL 126.27º 0.56% 0.47% -
HSV(B) 126.27º 0.72% 0.73% -
XYZ 19.96 36.24 11.1 -
YUV 132.25 90.61 70.76 -
System Red Green Blue C M Y K H S L
Decimal 52 186 66 0.72 0 0.65 0.27 126.27 0.56 0.47
Hex 34 BA 42 48 0 41 1B 7E 38 2F
Octal 64 272 102 110 0 101 33 176 70 57
Binary 110100 10111010 1000010 1001000 0 1000001 11011 1111110 111000 101111

Color Harmonies of #34BA42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34BA42

Black with #34BA42

Text Example


Text Example

White with #34BA42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,186,66); }

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

background-color css

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

 a { background-color: rgb(52,186,66); }

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

border-color css

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

 span { border-color: rgb(52,186,66); }

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