Html Css Color HEX #34EC27 Lime Green

📋 copy color: '#34EC27'

red 52 ◦ green 236 ◦ blue 39

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

Shades of Lime Green #34EC27

Tints of Lime Green #34EC27

RGB

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

 GREEN value IS 236 (92.58% from 255) = 72.17%

 BLUE value IS 39 (15.63% from 255) = 11.93%

R = 15.9%
G = 72.17%
B = 11.93%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.83

 K value IS 0.07

RGB Variations

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

Color information

#34EC27 (or 0x34EC27) is known color: Lime Green. HEX triplet: 34, EC and 27. RGB value is (52,236,39). Sum of RGB (Red+Green+Blue) = 52+236+39=327 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.90% from 327); Green value is 236 (92.58% from 255 or 72.17% from 327); Blue value is 39 (15.62% from 255 or 11.93% from 327); Max value from RGB is 236 - color contains mainly: green. Hex color #34EC27 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #34EC27 is #CB13D8. Grayscale: #9F9F9F. Windows color (decimal): -13308889 or 2616372. OLE color: 2616372.

HSL color Cylindrical-coordinate representation of color #34EC27: hue angle of 116.04º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #34EC27 is Cyan = 0.78, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.07.

Color convert

RGB 52 236 39 -
CMYK 0.78 0 0.83 0.07
HSL 116.04º 0.84% 0.54% -
HSV(B) 116.04º 0.83% 0.93% -
XYZ 31.78 60.87 11.99 -
YUV 158.53 60.54 52.02 -
System Red Green Blue C M Y K H S L
Decimal 52 236 39 0.78 0 0.83 0.07 116.04 0.84 0.54
Hex 34 EC 27 4E 0 53 7 74 54 36
Octal 64 354 47 116 0 123 7 164 124 66
Binary 110100 11101100 100111 1001110 0 1010011 111 1110100 1010100 110110

Color Harmonies of #34EC27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34EC27

Black with #34EC27

Text Example


Text Example

White with #34EC27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,236,39); }

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

background-color css

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

 a { background-color: rgb(52,236,39); }

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

border-color css

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

 span { border-color: rgb(52,236,39); }

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