Html Css Color HEX #34C424 Lime Green

📋 copy color: '#34C424'

red 52 ◦ green 196 ◦ blue 36

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

Shades of Lime Green #34C424

Tints of Lime Green #34C424

RGB

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

 GREEN value IS 196 (76.95% from 255) = 69.01%

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

R = 18.31%
G = 69.01%
B = 12.68%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.82

 K value IS 0.23

RGB Variations

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

Color information

#34C424 (or 0x34C424) is known color: Lime Green. HEX triplet: 34, C4 and 24. RGB value is (52,196,36). Sum of RGB (Red+Green+Blue) = 52+196+36=284 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.31% from 284); Green value is 196 (76.95% from 255 or 69.01% from 284); Blue value is 36 (14.45% from 255 or 12.68% from 284); Max value from RGB is 196 - color contains mainly: green. Hex color #34C424 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34C424 is #CB3BDB. Grayscale: #878787. Windows color (decimal): -13319132 or 2409524. OLE color: 2409524.

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

Color convert

RGB 52 196 36 -
CMYK 0.73 0 0.82 0.23
HSL 114º 0.69% 0.45% -
HSV(B) 114º 0.82% 0.77% -
XYZ 21.47 40.34 8.32 -
YUV 134.7 72.29 69.01 -
System Red Green Blue C M Y K H S L
Decimal 52 196 36 0.73 0 0.82 0.23 114 0.69 0.45
Hex 34 C4 24 49 0 52 17 72 45 2D
Octal 64 304 44 111 0 122 27 162 105 55
Binary 110100 11000100 100100 1001001 0 1010010 10111 1110010 1000101 101101

Color Harmonies of #34C424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34C424

Black with #34C424

Text Example


Text Example

White with #34C424

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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