Html Css Color HEX #34E645 Lime Green

📋 copy color: '#34E645'

red 52 ◦ green 230 ◦ blue 69

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

Shades of Lime Green #34E645

Tints of Lime Green #34E645

RGB

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

 GREEN value IS 230 (90.23% from 255) = 65.53%

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

R = 14.81%
G = 65.53%
B = 19.66%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.7

 K value IS 0.10

RGB Variations

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

Color information

#34E645 (or 0x34E645) is known color: Lime Green. HEX triplet: 34, E6 and 45. RGB value is (52,230,69). Sum of RGB (Red+Green+Blue) = 52+230+69=351 (46% of max value = 765). Red value is 52 (20.70% from 255 or 14.81% from 351); Green value is 230 (90.23% from 255 or 65.53% from 351); Blue value is 69 (27.34% from 255 or 19.66% from 351); Max value from RGB is 230 - color contains mainly: green. Hex color #34E645 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #34E645 is #CB19BA. Grayscale: #9E9E9E. Windows color (decimal): -13310395 or 4580916. OLE color: 4580916.

HSL color Cylindrical-coordinate representation of color #34E645: hue angle of 125.73º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #34E645 is Cyan = 0.77, Magento = 0, Yellow = 0.7 and Black (K on CMYK) = 0.10.

Color convert

RGB 52 230 69 -
CMYK 0.77 0 0.7 0.10
HSL 125.73º 0.78% 0.55% -
HSV(B) 125.73º 0.77% 0.9% -
XYZ 30.79 57.75 15.16 -
YUV 158.42 77.53 52.09 -
System Red Green Blue C M Y K H S L
Decimal 52 230 69 0.77 0 0.7 0.10 125.73 0.78 0.55
Hex 34 E6 45 4D 0 46 A 7E 4E 37
Octal 64 346 105 115 0 106 12 176 116 67
Binary 110100 11100110 1000101 1001101 0 1000110 1010 1111110 1001110 110111

Color Harmonies of #34E645

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34E645

Black with #34E645

Text Example


Text Example

White with #34E645

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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