Html Css Color HEX #34EC1F Lime Green

📋 copy color: '#34EC1F'

red 52 ◦ green 236 ◦ blue 31

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

Shades of Lime Green #34EC1F

Tints of Lime Green #34EC1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 9.72%

R = 16.3%
G = 73.98%
B = 9.72%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.87

 K value IS 0.07

RGB Variations

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

Color information

#34EC1F (or 0x34EC1F) is known color: Lime Green. HEX triplet: 34, EC and 1F. RGB value is (52,236,31). Sum of RGB (Red+Green+Blue) = 52+236+31=319 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.30% from 319); Green value is 236 (92.58% from 255 or 73.98% from 319); Blue value is 31 (12.5% from 255 or 9.72% from 319); Max value from RGB is 236 - color contains mainly: green. Hex color #34EC1F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #34EC1F is #CB13E0. Grayscale: #9E9E9E. Windows color (decimal): -13308897 or 2092084. OLE color: 2092084.

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

Color convert

RGB 52 236 31 -
CMYK 0.78 0 0.87 0.07
HSL 113.85º 0.84% 0.52% -
HSV(B) 113.85º 0.87% 0.93% -
XYZ 31.66 60.82 11.37 -
YUV 157.61 56.54 52.67 -
System Red Green Blue C M Y K H S L
Decimal 52 236 31 0.78 0 0.87 0.07 113.85 0.84 0.52
Hex 34 EC 1F 4E 0 57 7 72 54 34
Octal 64 354 37 116 0 127 7 162 124 64
Binary 110100 11101100 11111 1001110 0 1010111 111 1110010 1010100 110100

Color Harmonies of #34EC1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34EC1F

Black with #34EC1F

Text Example


Text Example

White with #34EC1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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