Html Css Color HEX #34BA24 Lime Green

📋 copy color: '#34BA24'

red 52 ◦ green 186 ◦ blue 36

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

Shades of Lime Green #34BA24

Tints of Lime Green #34BA24

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 13.14%

R = 18.98%
G = 67.88%
B = 13.14%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.81

 K value IS 0.27

RGB Variations

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

Color information

#34BA24 (or 0x34BA24) is known color: Lime Green. HEX triplet: 34, BA and 24. RGB value is (52,186,36). Sum of RGB (Red+Green+Blue) = 52+186+36=274 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.98% from 274); Green value is 186 (73.05% from 255 or 67.88% from 274); Blue value is 36 (14.45% from 255 or 13.14% from 274); Max value from RGB is 186 - color contains mainly: green. Hex color #34BA24 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34BA24 is #CB45DB. Grayscale: #818181. Windows color (decimal): -13321692 or 2406964. OLE color: 2406964.

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

Color convert

RGB 52 186 36 -
CMYK 0.72 0 0.81 0.27
HSL 113.6º 0.68% 0.44% -
HSV(B) 113.6º 0.81% 0.73% -
XYZ 19.29 35.98 7.6 -
YUV 128.83 75.61 73.2 -
System Red Green Blue C M Y K H S L
Decimal 52 186 36 0.72 0 0.81 0.27 113.6 0.68 0.44
Hex 34 BA 24 48 0 51 1B 72 44 2C
Octal 64 272 44 110 0 121 33 162 104 54
Binary 110100 10111010 100100 1001000 0 1010001 11011 1110010 1000100 101100

Color Harmonies of #34BA24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34BA24

Black with #34BA24

Text Example


Text Example

White with #34BA24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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