Html Css Color HEX #34BA38 Lime Green

📋 copy color: '#34BA38'

red 52 ◦ green 186 ◦ blue 56

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

Shades of Lime Green #34BA38

Tints of Lime Green #34BA38

RGB

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

 GREEN value IS 186 (73.05% from 255) = 63.27%

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

R = 17.69%
G = 63.27%
B = 19.05%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.70

 K value IS 0.27

RGB Variations

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

Color information

#34BA38 (or 0x34BA38) is known color: Lime Green. HEX triplet: 34, BA and 38. RGB value is (52,186,56). Sum of RGB (Red+Green+Blue) = 52+186+56=294 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.69% from 294); Green value is 186 (73.05% from 255 or 63.27% from 294); Blue value is 56 (22.27% from 255 or 19.05% from 294); Max value from RGB is 186 - color contains mainly: green. Hex color #34BA38 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34BA38 is #CB45C7. Grayscale: #838383. Windows color (decimal): -13321672 or 3717684. OLE color: 3717684.

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

Color convert

RGB 52 186 56 -
CMYK 0.72 0 0.70 0.27
HSL 121.79º 0.56% 0.47% -
HSV(B) 121.79º 0.72% 0.73% -
XYZ 19.69 36.13 9.68 -
YUV 131.11 85.61 71.57 -
System Red Green Blue C M Y K H S L
Decimal 52 186 56 0.72 0 0.70 0.27 121.79 0.56 0.47
Hex 34 BA 38 48 0 46 1B 7A 38 2F
Octal 64 272 70 110 0 106 33 172 70 57
Binary 110100 10111010 111000 1001000 0 1000110 11011 1111010 111000 101111

Color Harmonies of #34BA38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34BA38

Black with #34BA38

Text Example


Text Example

White with #34BA38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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