Html Css Color HEX #34C034 Lime Green

📋 copy color: '#34C034'

red 52 ◦ green 192 ◦ blue 52

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

Shades of Lime Green #34C034

Tints of Lime Green #34C034

RGB

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

 GREEN value IS 192 (75.39% from 255) = 64.86%

 BLUE value IS 52 (20.7% from 255) = 17.57%

R = 17.57%
G = 64.86%
B = 17.57%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.73

 K value IS 0.25

RGB Variations

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

Color information

#34C034 (or 0x34C034) is known color: Lime Green. HEX triplet: 34, C0 and 34. RGB value is (52,192,52). Sum of RGB (Red+Green+Blue) = 52+192+52=296 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.57% from 296); Green value is 192 (75.39% from 255 or 64.86% from 296); Blue value is 52 (20.70% from 255 or 17.57% from 296); Max value from RGB is 192 - color contains mainly: green. Hex color #34C034 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34C034 is #CB3FCB. Grayscale: #868686. Windows color (decimal): -13320140 or 3457076. OLE color: 3457076.

HSL color Cylindrical-coordinate representation of color #34C034: hue angle of 120º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #34C034 is Cyan = 0.73, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.25.

Color convert

RGB 52 192 52 -
CMYK 0.73 0 0.73 0.25
HSL 120º 0.57% 0.48% -
HSV(B) 120º 0.73% 0.75% -
XYZ 20.89 38.68 9.61 -
YUV 134.18 81.62 69.38 -
System Red Green Blue C M Y K H S L
Decimal 52 192 52 0.73 0 0.73 0.25 120 0.57 0.48
Hex 34 C0 34 49 0 49 19 78 39 30
Octal 64 300 64 111 0 111 31 170 71 60
Binary 110100 11000000 110100 1001001 0 1001001 11001 1111000 111001 110000

Color Harmonies of #34C034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34C034

Black with #34C034

Text Example


Text Example

White with #34C034

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,192,52); }

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

background-color css

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

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

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

border-color css

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

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

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