Html Css Color HEX #34FF31 Lime Green

📋 copy color: '#34FF31'

red 52 ◦ green 255 ◦ blue 49

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

Shades of Lime Green #34FF31

Tints of Lime Green #34FF31

RGB

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

 GREEN value IS 255 (100% from 255) = 71.63%

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

R = 14.61%
G = 71.63%
B = 13.76%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.81

 K value IS 0

RGB Variations

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

Color information

#34FF31 (or 0x34FF31) is known color: Lime Green. HEX triplet: 34, FF and 31. RGB value is (52,255,49). Sum of RGB (Red+Green+Blue) = 52+255+49=356 (47% of max value = 765). Red value is 52 (20.70% from 255 or 14.61% from 356); Green value is 255 (100% from 255 or 71.63% from 356); Blue value is 49 (19.53% from 255 or 13.76% from 356); Max value from RGB is 255 - color contains mainly: green. Hex color #34FF31 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #34FF31 is #CB00CE. Grayscale: #ABABAB. Windows color (decimal): -13304015 or 3276596. OLE color: 3276596.

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

Color convert

RGB 52 255 49 -
CMYK 0.80 0 0.81 0
HSL 119.13º 1% 0.6% -
HSV(B) 119.13º 0.81% 1% -
XYZ 37.73 72.47 14.91 -
YUV 170.82 59.25 43.25 -
System Red Green Blue C M Y K H S L
Decimal 52 255 49 0.80 0 0.81 0 119.13 1 0.6
Hex 34 FF 31 50 0 51 0 77 64 3C
Octal 64 377 61 120 0 121 0 167 144 74
Binary 110100 11111111 110001 1010000 0 1010001 0 1110111 1100100 111100

Color Harmonies of #34FF31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34FF31

Black with #34FF31

Text Example


Text Example

White with #34FF31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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