Html Css Color HEX #34C245 Lime Green

📋 copy color: '#34C245'

red 52 ◦ green 194 ◦ blue 69

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

Shades of Lime Green #34C245

Tints of Lime Green #34C245

RGB

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

 GREEN value IS 194 (76.17% from 255) = 61.59%

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

R = 16.51%
G = 61.59%
B = 21.9%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.64

 K value IS 0.24

RGB Variations

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

Color information

#34C245 (or 0x34C245) is known color: Lime Green. HEX triplet: 34, C2 and 45. RGB value is (52,194,69). Sum of RGB (Red+Green+Blue) = 52+194+69=315 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.51% from 315); Green value is 194 (76.17% from 255 or 61.59% from 315); Blue value is 69 (27.34% from 255 or 21.90% from 315); Max value from RGB is 194 - color contains mainly: green. Hex color #34C245 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34C245 is #CB3DBA. Grayscale: #898989. Windows color (decimal): -13319611 or 4571700. OLE color: 4571700.

HSL color Cylindrical-coordinate representation of color #34C245: hue angle of 127.18º 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 #34C245 is Cyan = 0.73, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.24.

Color convert

RGB 52 194 69 -
CMYK 0.73 0 0.64 0.24
HSL 127.18º 0.58% 0.48% -
HSV(B) 127.18º 0.73% 0.76% -
XYZ 21.78 39.74 12.15 -
YUV 137.29 89.46 67.16 -
System Red Green Blue C M Y K H S L
Decimal 52 194 69 0.73 0 0.64 0.24 127.18 0.58 0.48
Hex 34 C2 45 49 0 40 18 7F 3A 30
Octal 64 302 105 111 0 100 30 177 72 60
Binary 110100 11000010 1000101 1001001 0 1000000 11000 1111111 111010 110000

Color Harmonies of #34C245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34C245

Black with #34C245

Text Example


Text Example

White with #34C245

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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