Html Css Color HEX #34BA28 Lime Green

📋 copy color: '#34BA28'

red 52 ◦ green 186 ◦ blue 40

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

Shades of Lime Green #34BA28

Tints of Lime Green #34BA28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 14.39%

R = 18.71%
G = 66.91%
B = 14.39%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.78

 K value IS 0.27

RGB Variations

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

Color information

#34BA28 (or 0x34BA28) is known color: Lime Green. HEX triplet: 34, BA and 28. RGB value is (52,186,40). Sum of RGB (Red+Green+Blue) = 52+186+40=278 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.71% from 278); Green value is 186 (73.05% from 255 or 66.91% from 278); Blue value is 40 (16.02% from 255 or 14.39% from 278); Max value from RGB is 186 - color contains mainly: green. Hex color #34BA28 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34BA28 is #CB45D7. Grayscale: #818181. Windows color (decimal): -13321688 or 2669108. OLE color: 2669108.

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

Color convert

RGB 52 186 40 -
CMYK 0.72 0 0.78 0.27
HSL 115.07º 0.65% 0.44% -
HSV(B) 115.07º 0.78% 0.73% -
XYZ 19.36 36 7.94 -
YUV 129.29 77.61 72.87 -
System Red Green Blue C M Y K H S L
Decimal 52 186 40 0.72 0 0.78 0.27 115.07 0.65 0.44
Hex 34 BA 28 48 0 4E 1B 73 41 2C
Octal 64 272 50 110 0 116 33 163 101 54
Binary 110100 10111010 101000 1001000 0 1001110 11011 1110011 1000001 101100

Color Harmonies of #34BA28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34BA28

Black with #34BA28

Text Example


Text Example

White with #34BA28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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