Html Css Color HEX #1FE030 Lime Green

📋 copy color: '#1FE030'

red 31 ◦ green 224 ◦ blue 48

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

Shades of Lime Green #1FE030

Tints of Lime Green #1FE030

RGB

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

 GREEN value IS 224 (87.89% from 255) = 73.93%

 BLUE value IS 48 (19.14% from 255) = 15.84%

R = 10.23%
G = 73.93%
B = 15.84%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.79

 K value IS 0.12

RGB Variations

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

Color information

#1FE030 (or 0x1FE030) is known color: Lime Green. HEX triplet: 1F, E0 and 30. RGB value is (31,224,48). Sum of RGB (Red+Green+Blue) = 31+224+48=303 (40% of max value = 765). Red value is 31 (12.5% from 255 or 10.23% from 303); Green value is 224 (87.89% from 255 or 73.93% from 303); Blue value is 48 (19.14% from 255 or 15.84% from 303); Max value from RGB is 224 - color contains mainly: green. Hex color #1FE030 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FE030 is #E01FCF. Grayscale: #929292. Windows color (decimal): -14688208 or 3203103. OLE color: 3203103.

HSL color Cylindrical-coordinate representation of color #1FE030: hue angle of 125.28º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1FE030 is Cyan = 0.86, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.12.

Color convert

RGB 31 224 48 -
CMYK 0.86 0 0.79 0.12
HSL 125.29º 0.76% 0.5% -
HSV(B) 125.29º 0.86% 0.88% -
XYZ 27.75 53.82 11.72 -
YUV 146.23 72.56 45.81 -
System Red Green Blue C M Y K H S L
Decimal 31 224 48 0.86 0 0.79 0.12 125.29 0.76 0.5
Hex 1F E0 30 56 0 4F C 7D 4C 32
Octal 37 340 60 126 0 117 14 175 114 62
Binary 11111 11100000 110000 1010110 0 1001111 1100 1111101 1001100 110010

Color Harmonies of #1FE030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FE030

Black with #1FE030

Text Example


Text Example

White with #1FE030

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,224,48); }

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

background-color css

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

 a { background-color: rgb(31,224,48); }

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

border-color css

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

 span { border-color: rgb(31,224,48); }

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