Html Css Color HEX #1FEF32 Lime Green

📋 copy color: '#1FEF32'

red 31 ◦ green 239 ◦ blue 50

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

Shades of Lime Green #1FEF32

Tints of Lime Green #1FEF32

RGB

 RED value IS 31 (12.5% from 255) = 9.69%

 GREEN value IS 239 (93.75% from 255) = 74.69%

 BLUE value IS 50 (19.92% from 255) = 15.63%

R = 9.69%
G = 74.69%
B = 15.63%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.79

 K value IS 0.06

RGB Variations

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

Color information

#1FEF32 (or 0x1FEF32) is known color: Lime Green. HEX triplet: 1F, EF and 32. RGB value is (31,239,50). Sum of RGB (Red+Green+Blue) = 31+239+50=320 (42% of max value = 765). Red value is 31 (12.5% from 255 or 9.69% from 320); Green value is 239 (93.75% from 255 or 74.69% from 320); Blue value is 50 (19.92% from 255 or 15.62% from 320); Max value from RGB is 239 - color contains mainly: green. Hex color #1FEF32 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1FEF32 is #E010CD. Grayscale: #9B9B9B. Windows color (decimal): -14684366 or 3338015. OLE color: 3338015.

HSL color Cylindrical-coordinate representation of color #1FEF32: hue angle of 125.48º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1FEF32 is Cyan = 0.87, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.06.

Color convert

RGB 31 239 50 -
CMYK 0.87 0 0.79 0.06
HSL 125.48º 0.87% 0.53% -
HSV(B) 125.48º 0.87% 0.94% -
XYZ 32.01 62.25 13.35 -
YUV 155.26 68.59 39.37 -
System Red Green Blue C M Y K H S L
Decimal 31 239 50 0.87 0 0.79 0.06 125.48 0.87 0.53
Hex 1F EF 32 57 0 4F 6 7D 57 35
Octal 37 357 62 127 0 117 6 175 127 65
Binary 11111 11101111 110010 1010111 0 1001111 110 1111101 1010111 110101

Color Harmonies of #1FEF32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FEF32

Black with #1FEF32

Text Example


Text Example

White with #1FEF32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1FEF32; }

 p { color: rgb(31,239,50); }

 H1.HeaderClassName
 {
   color: #1FEF32;
 }
 .AnyTagClassName
 {
   color: #1FEF32;
 }
</style>

background-color css

<style>
 a { background-color: #1FEF32; }

 a { background-color: rgb(31,239,50); }

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

border-color css

<style>
 span { border-color: #1FEF32; }

 span { border-color: rgb(31,239,50); }

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