Html Css Color HEX #1FF134 Lime Green

📋 copy color: '#1FF134'

red 31 ◦ green 241 ◦ blue 52

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

Shades of Lime Green #1FF134

Tints of Lime Green #1FF134

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 16.05%

R = 9.57%
G = 74.38%
B = 16.05%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.78

 K value IS 0.05

RGB Variations

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

Color information

#1FF134 (or 0x1FF134) is known color: Lime Green. HEX triplet: 1F, F1 and 34. RGB value is (31,241,52). Sum of RGB (Red+Green+Blue) = 31+241+52=324 (42% of max value = 765). Red value is 31 (12.5% from 255 or 9.57% from 324); Green value is 241 (94.53% from 255 or 74.38% from 324); Blue value is 52 (20.70% from 255 or 16.05% from 324); Max value from RGB is 241 - color contains mainly: green. Hex color #1FF134 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1FF134 is #E00ECB. Grayscale: #9D9D9D. Windows color (decimal): -14683852 or 3469599. OLE color: 3469599.

HSL color Cylindrical-coordinate representation of color #1FF134: hue angle of 126º 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 #1FF134 is Cyan = 0.87, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.05.

Color convert

RGB 31 241 52 -
CMYK 0.87 0 0.78 0.05
HSL 126º 0.88% 0.53% -
HSV(B) 126º 0.87% 0.95% -
XYZ 32.64 63.45 13.78 -
YUV 156.66 68.93 38.37 -
System Red Green Blue C M Y K H S L
Decimal 31 241 52 0.87 0 0.78 0.05 126 0.88 0.53
Hex 1F F1 34 57 0 4E 5 7E 58 35
Octal 37 361 64 127 0 116 5 176 130 65
Binary 11111 11110001 110100 1010111 0 1001110 101 1111110 1011000 110101

Color Harmonies of #1FF134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FF134

Black with #1FF134

Text Example


Text Example

White with #1FF134

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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