Html Css Color HEX #34E045 Lime Green

📋 copy color: '#34E045'

red 52 ◦ green 224 ◦ blue 69

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

Shades of Lime Green #34E045

Tints of Lime Green #34E045

RGB

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

 GREEN value IS 224 (87.89% from 255) = 64.93%

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

R = 15.07%
G = 64.93%
B = 20%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.69

 K value IS 0.12

RGB Variations

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

Color information

#34E045 (or 0x34E045) is known color: Lime Green. HEX triplet: 34, E0 and 45. RGB value is (52,224,69). Sum of RGB (Red+Green+Blue) = 52+224+69=345 (45% of max value = 765). Red value is 52 (20.70% from 255 or 15.07% from 345); Green value is 224 (87.89% from 255 or 64.93% from 345); Blue value is 69 (27.34% from 255 or 20% from 345); Max value from RGB is 224 - color contains mainly: green. Hex color #34E045 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34E045 is #CB1FBA. Grayscale: #9B9B9B. Windows color (decimal): -13311931 or 4579380. OLE color: 4579380.

HSL color Cylindrical-coordinate representation of color #34E045: hue angle of 125.93º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #34E045 is Cyan = 0.77, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.12.

Color convert

RGB 52 224 69 -
CMYK 0.77 0 0.69 0.12
HSL 125.93º 0.74% 0.54% -
HSV(B) 125.93º 0.77% 0.88% -
XYZ 29.15 54.47 14.61 -
YUV 154.9 79.52 54.6 -
System Red Green Blue C M Y K H S L
Decimal 52 224 69 0.77 0 0.69 0.12 125.93 0.74 0.54
Hex 34 E0 45 4D 0 45 C 7E 4A 36
Octal 64 340 105 115 0 105 14 176 112 66
Binary 110100 11100000 1000101 1001101 0 1000101 1100 1111110 1001010 110110

Color Harmonies of #34E045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34E045

Black with #34E045

Text Example


Text Example

White with #34E045

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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