Html Css Color HEX #34C423 Lime Green

📋 copy color: '#34C423'

red 52 ◦ green 196 ◦ blue 35

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

Shades of Lime Green #34C423

Tints of Lime Green #34C423

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 12.37%

R = 18.37%
G = 69.26%
B = 12.37%

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

#34C423 (or 0x34C423) is known color: Lime Green. HEX triplet: 34, C4 and 23. RGB value is (52,196,35). Sum of RGB (Red+Green+Blue) = 52+196+35=283 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.37% from 283); Green value is 196 (76.95% from 255 or 69.26% from 283); Blue value is 35 (14.06% from 255 or 12.37% from 283); Max value from RGB is 196 - color contains mainly: green. Hex color #34C423 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34C423 is #CB3BDC. Grayscale: #878787. Windows color (decimal): -13319133 or 2343988. OLE color: 2343988.

HSL color Cylindrical-coordinate representation of color #34C423: hue angle of 113.66º degrees, saturation: 0.7, 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 #34C423 is Cyan = 0.73, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.23.

Color convert

RGB 52 196 35 -
CMYK 0.73 0 0.82 0.23
HSL 113.66º 0.7% 0.45% -
HSV(B) 113.66º 0.82% 0.77% -
XYZ 21.46 40.33 8.24 -
YUV 134.59 71.79 69.09 -
System Red Green Blue C M Y K H S L
Decimal 52 196 35 0.73 0 0.82 0.23 113.66 0.7 0.45
Hex 34 C4 23 49 0 52 17 72 46 2D
Octal 64 304 43 111 0 122 27 162 106 55
Binary 110100 11000100 100011 1001001 0 1010010 10111 1110010 1000110 101101

Color Harmonies of #34C423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34C423

Black with #34C423

Text Example


Text Example

White with #34C423

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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