Html Css Color HEX #34C124 Lime Green

📋 copy color: '#34C124'

red 52 ◦ green 193 ◦ blue 36

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

Shades of Lime Green #34C124

Tints of Lime Green #34C124

RGB

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

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

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

R = 18.51%
G = 68.68%
B = 12.81%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.81

 K value IS 0.24

RGB Variations

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

Color information

#34C124 (or 0x34C124) is known color: Lime Green. HEX triplet: 34, C1 and 24. RGB value is (52,193,36). Sum of RGB (Red+Green+Blue) = 52+193+36=281 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.51% from 281); Green value is 193 (75.78% from 255 or 68.68% from 281); Blue value is 36 (14.45% from 255 or 12.81% from 281); Max value from RGB is 193 - color contains mainly: green. Hex color #34C124 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34C124 is #CB3EDB. Grayscale: #858585. Windows color (decimal): -13319900 or 2408756. OLE color: 2408756.

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

Color convert

RGB 52 193 36 -
CMYK 0.73 0 0.81 0.24
HSL 113.89º 0.69% 0.45% -
HSV(B) 113.89º 0.81% 0.76% -
XYZ 20.8 39 8.1 -
YUV 132.94 73.29 70.27 -
System Red Green Blue C M Y K H S L
Decimal 52 193 36 0.73 0 0.81 0.24 113.89 0.69 0.45
Hex 34 C1 24 49 0 51 18 72 45 2D
Octal 64 301 44 111 0 121 30 162 105 55
Binary 110100 11000001 100100 1001001 0 1010001 11000 1110010 1000101 101101

Color Harmonies of #34C124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34C124

Black with #34C124

Text Example


Text Example

White with #34C124

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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