Html Css Color HEX #34C138 Lime Green

📋 copy color: '#34C138'

red 52 ◦ green 193 ◦ blue 56

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

Shades of Lime Green #34C138

Tints of Lime Green #34C138

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 18.6%

R = 17.28%
G = 64.12%
B = 18.6%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.71

 K value IS 0.24

RGB Variations

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

Color information

#34C138 (or 0x34C138) is known color: Lime Green. HEX triplet: 34, C1 and 38. RGB value is (52,193,56). Sum of RGB (Red+Green+Blue) = 52+193+56=301 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.28% from 301); Green value is 193 (75.78% from 255 or 64.12% from 301); Blue value is 56 (22.27% from 255 or 18.60% from 301); Max value from RGB is 193 - color contains mainly: green. Hex color #34C138 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34C138 is #CB3EC7. Grayscale: #878787. Windows color (decimal): -13319880 or 3719476. OLE color: 3719476.

HSL color Cylindrical-coordinate representation of color #34C138: hue angle of 121.7º 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 #34C138 is Cyan = 0.73, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.24.

Color convert

RGB 52 193 56 -
CMYK 0.73 0 0.71 0.24
HSL 121.7º 0.58% 0.48% -
HSV(B) 121.7º 0.73% 0.76% -
XYZ 21.2 39.16 10.18 -
YUV 135.22 83.29 68.64 -
System Red Green Blue C M Y K H S L
Decimal 52 193 56 0.73 0 0.71 0.24 121.7 0.58 0.48
Hex 34 C1 38 49 0 47 18 7A 3A 30
Octal 64 301 70 111 0 107 30 172 72 60
Binary 110100 11000001 111000 1001001 0 1000111 11000 1111010 111010 110000

Color Harmonies of #34C138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34C138

Black with #34C138

Text Example


Text Example

White with #34C138

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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