Html Css Color HEX #34BC40 Lime Green

📋 copy color: '#34BC40'

red 52 ◦ green 188 ◦ blue 64

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

Shades of Lime Green #34BC40

Tints of Lime Green #34BC40

RGB

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

 GREEN value IS 188 (73.83% from 255) = 61.84%

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

R = 17.11%
G = 61.84%
B = 21.05%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.66

 K value IS 0.26

RGB Variations

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

Color information

#34BC40 (or 0x34BC40) is known color: Lime Green. HEX triplet: 34, BC and 40. RGB value is (52,188,64). Sum of RGB (Red+Green+Blue) = 52+188+64=304 (40% of max value = 765). Red value is 52 (20.70% from 255 or 17.11% from 304); Green value is 188 (73.83% from 255 or 61.84% from 304); Blue value is 64 (25.39% from 255 or 21.05% from 304); Max value from RGB is 188 - color contains mainly: green. Hex color #34BC40 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34BC40 is #CB43BF. Grayscale: #858585. Windows color (decimal): -13321152 or 4242484. OLE color: 4242484.

HSL color Cylindrical-coordinate representation of color #34BC40: hue angle of 125.29º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #34BC40 is Cyan = 0.72, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.26.

Color convert

RGB 52 188 64 -
CMYK 0.72 0 0.66 0.26
HSL 125.29º 0.57% 0.47% -
HSV(B) 125.29º 0.72% 0.74% -
XYZ 20.32 37.07 10.93 -
YUV 133.2 88.94 70.08 -
System Red Green Blue C M Y K H S L
Decimal 52 188 64 0.72 0 0.66 0.26 125.29 0.57 0.47
Hex 34 BC 40 48 0 42 1A 7D 39 2F
Octal 64 274 100 110 0 102 32 175 71 57
Binary 110100 10111100 1000000 1001000 0 1000010 11010 1111101 111001 101111

Color Harmonies of #34BC40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34BC40

Black with #34BC40

Text Example


Text Example

White with #34BC40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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