Html Css Color HEX #34E61A Lime Green

📋 copy color: '#34E61A'

red 52 ◦ green 230 ◦ blue 26

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

Shades of Lime Green #34E61A

Tints of Lime Green #34E61A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 8.44%

R = 16.88%
G = 74.68%
B = 8.44%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.89

 K value IS 0.10

RGB Variations

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

Color information

#34E61A (or 0x34E61A) is known color: Lime Green. HEX triplet: 34, E6 and 1A. RGB value is (52,230,26). Sum of RGB (Red+Green+Blue) = 52+230+26=308 (40% of max value = 765). Red value is 52 (20.70% from 255 or 16.88% from 308); Green value is 230 (90.23% from 255 or 74.68% from 308); Blue value is 26 (10.55% from 255 or 8.44% from 308); Max value from RGB is 230 - color contains mainly: green. Hex color #34E61A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #34E61A is #CB19E5. Grayscale: #9A9A9A. Windows color (decimal): -13310438 or 1762868. OLE color: 1762868.

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

Color convert

RGB 52 230 26 -
CMYK 0.77 0 0.89 0.10
HSL 112.35º 0.8% 0.5% -
HSV(B) 112.35º 0.89% 0.9% -
XYZ 29.9 57.4 10.48 -
YUV 153.52 56.03 55.59 -
System Red Green Blue C M Y K H S L
Decimal 52 230 26 0.77 0 0.89 0.10 112.35 0.8 0.5
Hex 34 E6 1A 4D 0 59 A 70 50 32
Octal 64 346 32 115 0 131 12 160 120 62
Binary 110100 11100110 11010 1001101 0 1011001 1010 1110000 1010000 110010

Color Harmonies of #34E61A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34E61A

Black with #34E61A

Text Example


Text Example

White with #34E61A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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