Html Css Color HEX #34E641 Lime Green

📋 copy color: '#34E641'

red 52 ◦ green 230 ◦ blue 65

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

Shades of Lime Green #34E641

Tints of Lime Green #34E641

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 18.73%

R = 14.99%
G = 66.28%
B = 18.73%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.72

 K value IS 0.10

RGB Variations

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

Color information

#34E641 (or 0x34E641) is known color: Lime Green. HEX triplet: 34, E6 and 41. RGB value is (52,230,65). Sum of RGB (Red+Green+Blue) = 52+230+65=347 (45% of max value = 765). Red value is 52 (20.70% from 255 or 14.99% from 347); Green value is 230 (90.23% from 255 or 66.28% from 347); Blue value is 65 (25.78% from 255 or 18.73% from 347); Max value from RGB is 230 - color contains mainly: green. Hex color #34E641 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #34E641 is #CB19BE. Grayscale: #9E9E9E. Windows color (decimal): -13310399 or 4318772. OLE color: 4318772.

HSL color Cylindrical-coordinate representation of color #34E641: hue angle of 124.38º 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 #34E641 is Cyan = 0.77, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.10.

Color convert

RGB 52 230 65 -
CMYK 0.77 0 0.72 0.10
HSL 124.38º 0.78% 0.55% -
HSV(B) 124.38º 0.77% 0.9% -
XYZ 30.67 57.71 14.52 -
YUV 157.97 75.53 52.42 -
System Red Green Blue C M Y K H S L
Decimal 52 230 65 0.77 0 0.72 0.10 124.38 0.78 0.55
Hex 34 E6 41 4D 0 48 A 7C 4E 37
Octal 64 346 101 115 0 110 12 174 116 67
Binary 110100 11100110 1000001 1001101 0 1001000 1010 1111100 1001110 110111

Color Harmonies of #34E641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34E641

Black with #34E641

Text Example


Text Example

White with #34E641

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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