Html Css Color HEX #34E11B Lime Green

📋 copy color: '#34E11B'

red 52 ◦ green 225 ◦ blue 27

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

Shades of Lime Green #34E11B

Tints of Lime Green #34E11B

RGB

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

 GREEN value IS 225 (88.28% from 255) = 74.01%

 BLUE value IS 27 (10.94% from 255) = 8.88%

R = 17.11%
G = 74.01%
B = 8.88%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.88

 K value IS 0.12

RGB Variations

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

Color information

#34E11B (or 0x34E11B) is known color: Lime Green. HEX triplet: 34, E1 and 1B. RGB value is (52,225,27). Sum of RGB (Red+Green+Blue) = 52+225+27=304 (40% of max value = 765). Red value is 52 (20.70% from 255 or 17.11% from 304); Green value is 225 (88.28% from 255 or 74.01% from 304); Blue value is 27 (10.94% from 255 or 8.88% from 304); Max value from RGB is 225 - color contains mainly: green. Hex color #34E11B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34E11B is #CB1EE4. Grayscale: #979797. Windows color (decimal): -13311717 or 1827124. OLE color: 1827124.

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

Color convert

RGB 52 225 27 -
CMYK 0.77 0 0.88 0.12
HSL 112.42º 0.79% 0.49% -
HSV(B) 112.42º 0.88% 0.88% -
XYZ 28.54 54.66 10.08 -
YUV 150.7 58.19 57.6 -
System Red Green Blue C M Y K H S L
Decimal 52 225 27 0.77 0 0.88 0.12 112.42 0.79 0.49
Hex 34 E1 1B 4D 0 58 C 70 4F 31
Octal 64 341 33 115 0 130 14 160 117 61
Binary 110100 11100001 11011 1001101 0 1011000 1100 1110000 1001111 110001

Color Harmonies of #34E11B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34E11B

Black with #34E11B

Text Example


Text Example

White with #34E11B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,225,27); }

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

background-color css

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

 a { background-color: rgb(52,225,27); }

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

border-color css

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

 span { border-color: rgb(52,225,27); }

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