Html Css Color HEX #34C141 Lime Green

📋 copy color: '#34C141'

red 52 ◦ green 193 ◦ blue 65

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

Shades of Lime Green #34C141

Tints of Lime Green #34C141

RGB

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

 GREEN value IS 193 (75.78% from 255) = 62.26%

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

R = 16.77%
G = 62.26%
B = 20.97%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.66

 K value IS 0.24

RGB Variations

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

Color information

#34C141 (or 0x34C141) is known color: Lime Green. HEX triplet: 34, C1 and 41. RGB value is (52,193,65). Sum of RGB (Red+Green+Blue) = 52+193+65=310 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.77% from 310); Green value is 193 (75.78% from 255 or 62.26% from 310); Blue value is 65 (25.78% from 255 or 20.97% from 310); Max value from RGB is 193 - color contains mainly: green. Hex color #34C141 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34C141 is #CB3EBE. Grayscale: #888888. Windows color (decimal): -13319871 or 4309300. OLE color: 4309300.

HSL color Cylindrical-coordinate representation of color #34C141: hue angle of 125.53º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #34C141 is Cyan = 0.73, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.24.

Color convert

RGB 52 193 65 -
CMYK 0.73 0 0.66 0.24
HSL 125.53º 0.58% 0.48% -
HSV(B) 125.53º 0.73% 0.76% -
XYZ 21.44 39.25 11.45 -
YUV 136.25 87.79 67.91 -
System Red Green Blue C M Y K H S L
Decimal 52 193 65 0.73 0 0.66 0.24 125.53 0.58 0.48
Hex 34 C1 41 49 0 42 18 7E 3A 30
Octal 64 301 101 111 0 102 30 176 72 60
Binary 110100 11000001 1000001 1001001 0 1000010 11000 1111110 111010 110000

Color Harmonies of #34C141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34C141

Black with #34C141

Text Example


Text Example

White with #34C141

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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