Html Css Color HEX #1FF133 Lime Green

📋 copy color: '#1FF133'

red 31 ◦ green 241 ◦ blue 51

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

Shades of Lime Green #1FF133

Tints of Lime Green #1FF133

RGB

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

 GREEN value IS 241 (94.53% from 255) = 74.61%

 BLUE value IS 51 (20.31% from 255) = 15.79%

R = 9.6%
G = 74.61%
B = 15.79%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.79

 K value IS 0.05

RGB Variations

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

Color information

#1FF133 (or 0x1FF133) is known color: Lime Green. HEX triplet: 1F, F1 and 33. RGB value is (31,241,51). Sum of RGB (Red+Green+Blue) = 31+241+51=323 (42% of max value = 765). Red value is 31 (12.5% from 255 or 9.60% from 323); Green value is 241 (94.53% from 255 or 74.61% from 323); Blue value is 51 (20.31% from 255 or 15.79% from 323); Max value from RGB is 241 - color contains mainly: green. Hex color #1FF133 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1FF133 is #E00ECC. Grayscale: #9D9D9D. Windows color (decimal): -14683853 or 3404063. OLE color: 3404063.

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

Color convert

RGB 31 241 51 -
CMYK 0.87 0 0.79 0.05
HSL 125.71º 0.88% 0.53% -
HSV(B) 125.71º 0.87% 0.95% -
XYZ 32.62 63.44 13.66 -
YUV 156.55 68.43 38.45 -
System Red Green Blue C M Y K H S L
Decimal 31 241 51 0.87 0 0.79 0.05 125.71 0.88 0.53
Hex 1F F1 33 57 0 4F 5 7E 58 35
Octal 37 361 63 127 0 117 5 176 130 65
Binary 11111 11110001 110011 1010111 0 1001111 101 1111110 1011000 110101

Color Harmonies of #1FF133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FF133

Black with #1FF133

Text Example


Text Example

White with #1FF133

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,241,51); }

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

background-color css

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

 a { background-color: rgb(31,241,51); }

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

border-color css

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

 span { border-color: rgb(31,241,51); }

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