Html Css Color HEX #34C345 Lime Green

📋 copy color: '#34C345'

red 52 ◦ green 195 ◦ blue 69

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

Shades of Lime Green #34C345

Tints of Lime Green #34C345

RGB

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

 GREEN value IS 195 (76.56% from 255) = 61.71%

 BLUE value IS 69 (27.34% from 255) = 21.84%

R = 16.46%
G = 61.71%
B = 21.84%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.65

 K value IS 0.24

RGB Variations

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

Color information

#34C345 (or 0x34C345) is known color: Lime Green. HEX triplet: 34, C3 and 45. RGB value is (52,195,69). Sum of RGB (Red+Green+Blue) = 52+195+69=316 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.46% from 316); Green value is 195 (76.56% from 255 or 61.71% from 316); Blue value is 69 (27.34% from 255 or 21.84% from 316); Max value from RGB is 195 - color contains mainly: green. Hex color #34C345 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34C345 is #CB3CBA. Grayscale: #8A8A8A. Windows color (decimal): -13319355 or 4571956. OLE color: 4571956.

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

Color convert

RGB 52 195 69 -
CMYK 0.73 0 0.65 0.24
HSL 127.13º 0.58% 0.48% -
HSV(B) 127.13º 0.73% 0.76% -
XYZ 22.01 40.19 12.23 -
YUV 137.88 89.12 66.75 -
System Red Green Blue C M Y K H S L
Decimal 52 195 69 0.73 0 0.65 0.24 127.13 0.58 0.48
Hex 34 C3 45 49 0 41 18 7F 3A 30
Octal 64 303 105 111 0 101 30 177 72 60
Binary 110100 11000011 1000101 1001001 0 1000001 11000 1111111 111010 110000

Color Harmonies of #34C345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34C345

Black with #34C345

Text Example


Text Example

White with #34C345

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,195,69); }

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

background-color css

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

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

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

border-color css

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

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

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