Html Css Color HEX #34B940 Lime Green

📋 copy color: '#34B940'

red 52 ◦ green 185 ◦ blue 64

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

Shades of Lime Green #34B940

Tints of Lime Green #34B940

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 21.26%

R = 17.28%
G = 61.46%
B = 21.26%

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

#34B940 (or 0x34B940) is known color: Lime Green. HEX triplet: 34, B9 and 40. RGB value is (52,185,64). Sum of RGB (Red+Green+Blue) = 52+185+64=301 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.28% from 301); Green value is 185 (72.66% from 255 or 61.46% from 301); Blue value is 64 (25.39% from 255 or 21.26% from 301); Max value from RGB is 185 - color contains mainly: green. Hex color #34B940 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34B940 is #CB46BF. Grayscale: #838383. Windows color (decimal): -13321920 or 4241716. OLE color: 4241716.

HSL color Cylindrical-coordinate representation of color #34B940: hue angle of 125.41º 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 #34B940 is Cyan = 0.72, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.27.

Color convert

RGB 52 185 64 -
CMYK 0.72 0 0.65 0.27
HSL 125.41º 0.56% 0.46% -
HSV(B) 125.41º 0.72% 0.73% -
XYZ 19.69 35.8 10.72 -
YUV 131.44 89.94 71.34 -
System Red Green Blue C M Y K H S L
Decimal 52 185 64 0.72 0 0.65 0.27 125.41 0.56 0.46
Hex 34 B9 40 48 0 41 1B 7D 38 2E
Octal 64 271 100 110 0 101 33 175 70 56
Binary 110100 10111001 1000000 1001000 0 1000001 11011 1111101 111000 101110

Color Harmonies of #34B940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34B940

Black with #34B940

Text Example


Text Example

White with #34B940

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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