Html Css Color HEX #34FE31 Lime Green

📋 copy color: '#34FE31'

red 52 ◦ green 254 ◦ blue 49

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

Shades of Lime Green #34FE31

Tints of Lime Green #34FE31

RGB

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

 GREEN value IS 254 (99.61% from 255) = 71.55%

 BLUE value IS 49 (19.53% from 255) = 13.8%

R = 14.65%
G = 71.55%
B = 13.8%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.81

 K value IS 0.00

RGB Variations

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

Color information

#34FE31 (or 0x34FE31) is known color: Lime Green. HEX triplet: 34, FE and 31. RGB value is (52,254,49). Sum of RGB (Red+Green+Blue) = 52+254+49=355 (47% of max value = 765). Red value is 52 (20.70% from 255 or 14.65% from 355); Green value is 254 (99.61% from 255 or 71.55% from 355); Blue value is 49 (19.53% from 255 or 13.80% from 355); Max value from RGB is 254 - color contains mainly: green. Hex color #34FE31 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #34FE31 is #CB01CE. Grayscale: #AAAAAA. Windows color (decimal): -13304271 or 3276340. OLE color: 3276340.

HSL color Cylindrical-coordinate representation of color #34FE31: hue angle of 119.12º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #34FE31 is Cyan = 0.80, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.00.

Color convert

RGB 52 254 49 -
CMYK 0.80 0 0.81 0.00
HSL 119.12º 0.99% 0.59% -
HSV(B) 119.12º 0.81% 1% -
XYZ 37.41 71.84 14.8 -
YUV 170.23 59.58 43.67 -
System Red Green Blue C M Y K H S L
Decimal 52 254 49 0.80 0 0.81 0.00 119.12 0.99 0.59
Hex 34 FE 31 50 0 51 0 77 63 3B
Octal 64 376 61 120 0 121 0 167 143 73
Binary 110100 11111110 110001 1010000 0 1010001 0 1110111 1100011 111011

Color Harmonies of #34FE31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34FE31

Black with #34FE31

Text Example


Text Example

White with #34FE31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,254,49); }

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

background-color css

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

 a { background-color: rgb(52,254,49); }

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

border-color css

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

 span { border-color: rgb(52,254,49); }

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