Html Css Color HEX #34B941 Lime Green

📋 copy color: '#34B941'

red 52 ◦ green 185 ◦ blue 65

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

Shades of Lime Green #34B941

Tints of Lime Green #34B941

RGB

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

 GREEN value IS 185 (72.66% from 255) = 61.26%

 BLUE value IS 65 (25.78% from 255) = 21.52%

R = 17.22%
G = 61.26%
B = 21.52%

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

#34B941 (or 0x34B941) is known color: Lime Green. HEX triplet: 34, B9 and 41. RGB value is (52,185,65). Sum of RGB (Red+Green+Blue) = 52+185+65=302 (40% of max value = 765). Red value is 52 (20.70% from 255 or 17.22% from 302); Green value is 185 (72.66% from 255 or 61.26% from 302); Blue value is 65 (25.78% from 255 or 21.52% from 302); Max value from RGB is 185 - color contains mainly: green. Hex color #34B941 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34B941 is #CB46BE. Grayscale: #838383. Windows color (decimal): -13321919 or 4307252. OLE color: 4307252.

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

Color convert

RGB 52 185 65 -
CMYK 0.72 0 0.65 0.27
HSL 125.86º 0.56% 0.46% -
HSV(B) 125.86º 0.72% 0.73% -
XYZ 19.72 35.81 10.87 -
YUV 131.55 90.44 71.26 -
System Red Green Blue C M Y K H S L
Decimal 52 185 65 0.72 0 0.65 0.27 125.86 0.56 0.46
Hex 34 B9 41 48 0 41 1B 7E 38 2E
Octal 64 271 101 110 0 101 33 176 70 56
Binary 110100 10111001 1000001 1001000 0 1000001 11011 1111110 111000 101110

Color Harmonies of #34B941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34B941

Black with #34B941

Text Example


Text Example

White with #34B941

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,185,65); }

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

background-color css

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

 a { background-color: rgb(52,185,65); }

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

border-color css

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

 span { border-color: rgb(52,185,65); }

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